All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.PrivilegedAccount.md Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 23.0.1
Show newest version


# 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