Okta.Sdk.Model.AuthenticatorEnrollment
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | DateTimeOffset | Timestamp when the authenticator enrollment was created | [optional] |
| Id | string | The unique identifier of the authenticator enrollment | [optional] |
| Key | string | A human-readable string that identifies the authenticator | [optional] |
| LastUpdated | DateTimeOffset | Timestamp when the authenticator enrollment was last updated | [optional] |
| Name | string | The authenticator display name | [optional] |
| Profile | AuthenticatorProfile | [optional] | |
| Status | string | Status of the enrollment | [optional] |
| Type | AuthenticatorType | [optional] | |
| Links | AuthenticatorEnrollmentLinks | [optional] |