oci.identity.user
Description
Oracle Cloud Infrastructure (OCI) identity user
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | User ID |
| compartmentID | string | Tenancy containing the user |
| name | string | Name of the user |
| description | string | Description of the user |
| created | time | Time when the user was created |
| state | string | Instance state |
| mfaActivated | bool | Whether MFA is activated |
| string | User email address | |
| emailVerified | bool | Whether email is verified |
| capabilities | map[string]bool | Properties indicating how the user is allowed to authenticate |
| lastLogin | time | Most recent login |
| previousLogin | time | Previous login |
| apiKeys | []oci.identity.apiKey | API keys |
| customerSecretKeys | []oci.identity.customerSecretKey | Customer secret keys |
| authTokens | []oci.identity.authToken | Auth tokens |
| groups | []oci.identity.group | User groups |
References