ResourceCertificateAndAcsDetails interface
Certificate details representing the Vault credentials for ACS.
- Extends
Properties
auth |
Polymorphic discriminator, which specifies the different types this object can be |
global |
Acs mgmt host name to connect to. |
global |
ACS namespace name - tenant for our service. |
global |
Global ACS namespace RP realm. |
Inherited Properties
certificate | The base64 encoded certificate raw data string. |
friendly |
Certificate friendly name. |
issuer | Certificate issuer. |
resource |
Resource ID of the vault. |
subject | Certificate Subject Name. |
thumbprint | Certificate thumbprint. |
valid |
Certificate Validity start Date time. |
valid |
Certificate Validity End Date time. |
Property Details
authType
Polymorphic discriminator, which specifies the different types this object can be
authType: "AccessControlService"
Property Value
"AccessControlService"
globalAcsHostName
Acs mgmt host name to connect to.
globalAcsHostName: string
Property Value
string
globalAcsNamespace
ACS namespace name - tenant for our service.
globalAcsNamespace: string
Property Value
string
globalAcsRPRealm
Global ACS namespace RP realm.
globalAcsRPRealm: string
Property Value
string
Inherited Property Details
certificate
The base64 encoded certificate raw data string.
certificate?: Uint8Array
Property Value
Uint8Array
Inherited From ResourceCertificateDetails.certificate
friendlyName
Certificate friendly name.
friendlyName?: string
Property Value
string
Inherited From ResourceCertificateDetails.friendlyName
issuer
Certificate issuer.
issuer?: string
Property Value
string
Inherited From ResourceCertificateDetails.issuer
resourceId
Resource ID of the vault.
resourceId?: number
Property Value
number
Inherited From ResourceCertificateDetails.resourceId
subject
Certificate Subject Name.
subject?: string
Property Value
string
Inherited From ResourceCertificateDetails.subject
thumbprint
Certificate thumbprint.
thumbprint?: string
Property Value
string
Inherited From ResourceCertificateDetails.thumbprint
validFrom
Certificate Validity start Date time.
validFrom?: Date
Property Value
Date
Inherited From ResourceCertificateDetails.validFrom
validTo
Certificate Validity End Date time.
validTo?: Date
Property Value
Date
Inherited From ResourceCertificateDetails.validTo