Package version:

Interface UploadCertificateResponse

Upload Certificate Response from IDM

Hierarchy

Properties

aadAuthority: string

AAD tenant authority

aadTenantId: string

AAD tenant Id

authType?: AuthType

Specify the Authentication type

azureManagementEndpointAudience: string

Azure Management Endpoint Audience

certificate: string

Gets or sets the base64 encoded certificate raw data string

friendlyName: string

Certificate friendly name

id?: string

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

issuer: string

Certificate issuer

name?: string

The name. NOTE: This property will not be serialized. It can only be populated by the server.

resourceId: number

Gets or Sets the ResourceId

servicePrincipalClientId: string

AAD service principal clientId

servicePrincipalObjectId: string

AAD service principal ObjectId

subject: string

Certificate Subject Name

thumbprint: string

Certificate thumbprint

type?: string

The type. NOTE: This property will not be serialized. It can only be populated by the server.

validFrom: Date

Certificate Validity start Date time

validTo: Date

Certificate Validity End Date time

Generated using TypeDoc