Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.28 KB

File metadata and controls

19 lines (15 loc) · 1.28 KB

Okta.Sdk.Model.CaepCredentialChangeEvent

The credential was created, changed, revoked or deleted

Properties

Name Type Description Notes
ChangeType string The type of action done towards the credential
CredentialType string The credential type of the changed credential. It will one of the supported enum values or any other credential type supported mutually by the Transmitter and the Receiver.
EventTimestamp long The time of the event (UNIX timestamp) [optional]
Fido2Aaguid string FIDO2 Authenticator Attestation GUID [optional]
FriendlyName string Credential friendly name [optional]
InitiatingEntity string The entity that initiated the event [optional]
ReasonAdmin CaepCredentialChangeEventReasonAdmin [optional]
ReasonUser CaepCredentialChangeEventReasonUser [optional]
Subject SecurityEventSubject [optional]

[Back to Model list] [Back to API list] [Back to README]