ResourceCertificateAndAcsDetails interface

Certificate details representing the Vault credentials for ACS.

Extends

Properties

authType

Polymorphic discriminator, which specifies the different types this object can be

globalAcsHostName

Acs mgmt host name to connect to.

globalAcsNamespace

ACS namespace name - tenant for our service.

globalAcsRPRealm

Global ACS namespace RP realm.

Inherited Properties

certificate

The base64 encoded certificate raw data string.

friendlyName

Certificate friendly name.

issuer

Certificate issuer.

resourceId

Resource ID of the vault.

subject

Certificate Subject Name.

thumbprint

Certificate thumbprint.

validFrom

Certificate Validity start Date time.

validTo

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