SignProject object

The SignProject object describes the role that has code signing rights:

  • ApplicationDNs: An read/write Items array of one or more Application objects. Each Application object contains the Distinguished Name. The DN stores information about approved signing tools for this project.

  • Applications: A read-only array of approved signing applications that can access the signing keys.
  • Auditors: An Items array of auditor identities for a project. If the GUID for the user is invalid, the UI lists the identity as local:Unknown.
  • CSPEnvironments: An array of CSP Environment identifiers.

  • CertificateEnvironments: An array of Certificate Environment identifiers.Collections: A set of signing application collections that are valid for the project. Either a single signing tool or a group of signing applications.
  • CreatedOn: The project creation date in the Epoch format of the Coordinated Time Coordinated (UTC) time stamp. The value includes a timezone.
  • CustomFieldAttributes: An Items array of FieldName and a values array. In the UI, these Custom Fields appear in the project.

  • Description: The project description.
  • Dn: The Distinguished Name (DN) of the project.
  • DotNetEnvironments: An array of DotNet Environment identifiers.

  • GPGEnvironments: An array of GPG Environment identifiers.

  • Guid: The GUID that uniquely identifies the project.
  • Id: The project identifier.
  • KeyUseApprovers: An Items array of key use approver identities. The format is a PrefixedUniversal. These will come in to play if the Flow to be used for key access requires approval. The default configuration we ship uses this field as the people that have to approve the ticket before a key use can occur. To get or confirm the PrefixedUniversal value, call POST Identity/Browse.
  • KeyUsers: An Items array of user identities that will be granted access to use keys from this project. The format is a PrefixedUniversal. If the GUID for the user is invalid, the UI lists the identity as local:Unknown.To get or confirm the PrefixedUniversal value, call POST Identity/Browse.
  • Owners: An Items array of project owner identities. These are people have Write access to change the project. The format is a PrefixedUniversal. If the GUID for the user is invalid, the UI lists the identity as local:Unknown. To get or confirm the PrefixedUniversal value, call POST Identity/Browse.
  • Status: The ProjectStatus object shows availability for signing.