KeyCredential

Contains a key credential (certificate) associated with an application or service principal.

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Properties

Name Type Description
customKeyIdentifier ['string', 'null'] Custom key identifier.
displayName ['string', 'null']
endDateTime string The date and time at which the credential expires.
key ['string', 'null'] The certificate raw data in byte array converted to Base64 string.
keyId string
startDateTime string
type string The type of key credential (e.g., AsymmetricX509Cert).
usage string Describes the purpose of the key. Valid values are Verify and Sign.
View JSON Schema on GitHub