
docs.PrivilegedAccount.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
# PrivilegedAccount
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**accountType** | **PrivilegedAccountType** | | |
|**created** | **OffsetDateTime** | Timestamp when the Privileged Account was created | [optional] [readonly] |
|**description** | **String** | The description of the Privileged Account | [optional] |
|**id** | **String** | The UUID of the Privileged Account | [optional] [readonly] |
|**lastUpdated** | **OffsetDateTime** | Timestamp when the Privileged Account was last updated | [optional] [readonly] |
|**name** | **String** | The human-readable name for the Privileged Account | |
|**ownerGroupIds** | **List<String>** | A list of IDs of the Okta groups that own the Privileged Account | [optional] |
|**ownerUserIds** | **List<String>** | A list of IDs of the Okta users that own the Privileged Account | [optional] |
|**status** | **PrivilegedAccountStatus** | | [optional] |
|**statusDetail** | **PrivilegedAccountStatusDetail** | | [optional] |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy