Skip to main content
PATCH
C#

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

client_id
string
requis

ID du client.

credential_id
string
requis

ID des informations d’authentification.

Corps

expires_at
string<date-time> | null

La date au format ISO 8601 représentant l’expiration de l’information d’authentification.

Réponse

Informations d’authentification mises à jour avec succès.

alg
enum<string>
défaut:RS256

Algorithme qui sera utilisé avec l’information d’authentification. Algorithmes pris en charge : RS256,RS384,PS256

Options disponibles:
RS256,
RS384,
PS256
created_at
string<date-time>

La date au format ISO 8601 à laquelle l’information d’authentification a été créée.

credential_type
enum<string>

Type d’information d’authentification.

Options disponibles:
public_key,
cert_subject_dn,
x509_cert
expires_at
string<date-time>

La date au format ISO 8601 représentant l’expiration de l’information d’authentification.

id
string
défaut:cred_1m7sfABoNTTKYwTQ8qt6tX

ID de l’information d’authentification. Généré lors de la création.

kid
string
défaut:IZSSTECp...

L’identifiant de clé de l’information d’authentification, généré lors de la création.

name
string
défaut:""

Le nom donné à l’information d’authentification par l’utilisateur.

subject_dn
string

Le nom distinctif du sujet du certificat X.509

thumbprint_sha256
string

L’empreinte SHA256 du certificat X.509

updated_at
string<date-time>

La date au format ISO 8601 à laquelle l’information d’authentification a été mise à jour.