UploadCertificateResponse interface
Upload Certificate Response from IDM
- Extends
Properties
aad |
AAD tenant authority |
aad |
AAD tenant Id |
auth |
Specify the Authentication type |
azure |
Azure Management Endpoint Audience |
certificate | Gets or sets the base64 encoded certificate raw data string |
friendly |
Certificate friendly name |
issuer | Certificate issuer |
resource |
Gets or Sets the ResourceId |
service |
AAD service principal clientId |
service |
AAD service principal ObjectId |
subject | Certificate Subject Name |
thumbprint | Certificate thumbprint |
valid |
Certificate Validity start Date time |
valid |
Certificate Validity End Date time |
Inherited Properties
id | The identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
aadAuthority
AAD tenant authority
aadAuthority: string
Property Value
string
aadTenantId
AAD tenant Id
aadTenantId: string
Property Value
string
authType
azureManagementEndpointAudience
Azure Management Endpoint Audience
azureManagementEndpointAudience: string
Property Value
string
certificate
Gets or sets the base64 encoded certificate raw data string
certificate: string
Property Value
string
friendlyName
Certificate friendly name
friendlyName: string
Property Value
string
issuer
Certificate issuer
issuer: string
Property Value
string
resourceId
Gets or Sets the ResourceId
resourceId: number
Property Value
number
servicePrincipalClientId
AAD service principal clientId
servicePrincipalClientId: string
Property Value
string
servicePrincipalObjectId
AAD service principal ObjectId
servicePrincipalObjectId: string
Property Value
string
subject
Certificate Subject Name
subject: string
Property Value
string
thumbprint
Certificate thumbprint
thumbprint: string
Property Value
string
validFrom
Certificate Validity start Date time
validFrom: Date
Property Value
Date
validTo
Certificate Validity End Date time
validTo: Date
Property Value
Date
Inherited Property Details
id
The identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
name
The name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript