docs/interfaces/management.Management.PostClientCredentialResponseContent.html
interface PostClientCredentialResponseContent {
id?: string;
name?: string;
kid?: string;
alg?: Management.ClientCredentialAlgorithmEnum;
credential_type?: Management.ClientCredentialTypeEnum;
subject_dn?: string;
thumbprint_sha256?: string;
created_at?: string;
updated_at?: string;
expires_at?: string;
key: string: any;
}
Accepts any additional properties
id?name?kid?alg?credential_type?subject_dn?thumbprint_sha256?created_at?updated_at?expires_at?
Optionalidid?: string
ID of the credential. Generated on creation.
Optionalnamename?: string
The name given to the credential by the user.
Optionalkidkid?: string
The key identifier of the credential, generated on creation.
Optionalalgalg?: Management.ClientCredentialAlgorithmEnum
Optionalcredential_typecredential_type?: Management.ClientCredentialTypeEnum
Optionalsubject_dnsubject_dn?: string
The X509 certificate's Subject Distinguished Name
Optionalthumbprint_sha256thumbprint_sha256?: string
The X509 certificate's SHA256 thumbprint
Optionalcreated_atcreated_at?: string
The ISO 8601 formatted date the credential was created.
Optionalupdated_atupdated_at?: string
The ISO 8601 formatted date the credential was updated.
Optionalexpires_atexpires_at?: string
The ISO 8601 formatted date representing the expiration of the credential.
Member Visibility
ThemeOSLightDark
Properties idnamekidalgcredential_typesubject_dnthumbprint_sha256created_atupdated_atexpires_at