Package com.okta.sdk.resource.model
Class PrivilegedAccountDetailsAppAccount
java.lang.Object
com.okta.sdk.resource.model.PrivilegedAccount
com.okta.sdk.resource.model.PrivilegedAccountDetailsAppAccount
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class PrivilegedAccountDetailsAppAccount
extends PrivilegedAccount
implements Serializable
Details for a SaaS Application Account, which will be managed as a Privileged Account
- See Also:
-
Field Summary
FieldsFields inherited from class com.okta.sdk.resource.model.PrivilegedAccount
accountType, JSON_PROPERTY_ACCOUNT_TYPE, JSON_PROPERTY_CREATED, JSON_PROPERTY_DESCRIPTION, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_NAME, JSON_PROPERTY_OWNER_GROUP_IDS, JSON_PROPERTY_OWNER_USER_IDS, JSON_PROPERTY_STATUS, JSON_PROPERTY_STATUS_DETAIL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.okta.sdk.resource.model.PrivilegedAccount
accountType, addownerGroupIdsItem, addownerUserIdsItem, description, getAccountType, getCreated, getDescription, getId, getLastUpdated, getName, getOwnerGroupIds, getOwnerUserIds, getStatus, getStatusDetail, name, ownerGroupIds, ownerUserIds, setAccountType, setDescription, setName, setOwnerGroupIds, setOwnerUserIds, setStatus, setStatusDetail, status, statusDetail
-
Field Details
-
Constructor Details
-
Method Details
-
details
-
getDetails
Get details- Returns:
- details
-
setDetails
-
equals
- Overrides:
equals
in classPrivilegedAccount
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPrivilegedAccount
-
toString
- Overrides:
toString
in classPrivilegedAccount
-