AdminMFA Object
Description
Multi-factor authentication configuration for admin users.
Declaration
type AdminMFA {
secret: String
lastModified: Date
active: Boolean
}
Fields
| Name | Type | Description |
|---|---|---|
secret | String | MFA secret key. |
lastModified | Date | Date when MFA was last modified. |
active | Boolean | Whether MFA is currently active. |