Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the client.
The type of credential.
public_key, cert_subject_dn, x509_cert Friendly name for a credential.
128Subject Distinguished Name. Mutually exclusive with pem property. Applies to cert_subject_dn credential type.
1 - 256PEM-formatted public key (SPKI and PKCS1) or X509 certificate. Must be JSON escaped.
Algorithm which will be used with the credential. Can be one of RS256, RS384, PS256. If not specified, RS256 will be used. Applies to public_key credential type.
RS256, RS384, PS256 Parse expiry from x509 certificate. If true, attempts to parse the expiry date from the provided PEM. Applies to public_key credential type.
The ISO 8601 formatted date representing the expiration of the credential. If not specified (not recommended), the credential never expires. Applies to public_key credential type.
Optional kid (Key ID), used to uniquely identify the credential. If not specified, a kid value will be auto-generated. The kid header parameter in JWTs sent by your client should match this value. Valid format is [0-9a-zA-Z-_]{10,64}
10 - 64^([0-9a-zA-Z-_]{10,64})$Credential successfully created.
ID of the credential. Generated on creation.
The name given to the credential by the user.
The key identifier of the credential, generated on creation.
Algorithm which will be used with the credential. Supported algorithms: RS256,RS384,PS256
RS256, RS384, PS256 The type of credential.
public_key, cert_subject_dn, x509_cert The X509 certificate's Subject Distinguished Name
The X509 certificate's SHA256 thumbprint
The ISO 8601 formatted date the credential was created.
The ISO 8601 formatted date the credential was updated.
The ISO 8601 formatted date representing the expiration of the credential.