Package com.okta.sdk.resource.model
Class PrivilegedAccount
java.lang.Object
com.okta.sdk.resource.model.PrivilegedAccount
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PrivilegedAccountDetailsAppAccount
,PrivilegedAccountDetailsOktaUserAccount
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class PrivilegedAccount
extends Object
implements Serializable
PrivilegedAccount
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccountType
(PrivilegedAccountType accountType) addownerGroupIdsItem
(String ownerGroupIdsItem) addownerUserIdsItem
(String ownerUserIdsItem) description
(String description) boolean
Get accountTypeTimestamp when the Privileged Account was createdThe description of the Privileged AccountgetId()
The UUID of the Privileged AccountTimestamp when the Privileged Account was last updatedgetName()
The human-readable name for the Privileged AccountA list of IDs of the Okta groups that own the Privileged AccountA list of IDs of the Okta users that own the Privileged AccountGet statusGet statusDetailint
hashCode()
ownerGroupIds
(List<String> ownerGroupIds) ownerUserIds
(List<String> ownerUserIds) void
setAccountType
(PrivilegedAccountType accountType) void
setDescription
(String description) void
void
setOwnerGroupIds
(List<String> ownerGroupIds) void
setOwnerUserIds
(List<String> ownerUserIds) void
setStatus
(PrivilegedAccountStatus status) void
setStatusDetail
(PrivilegedAccountStatusDetail statusDetail) status
(PrivilegedAccountStatus status) statusDetail
(PrivilegedAccountStatusDetail statusDetail) toString()
-
Field Details
-
JSON_PROPERTY_ACCOUNT_TYPE
- See Also:
-
accountType
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_OWNER_GROUP_IDS
- See Also:
-
JSON_PROPERTY_OWNER_USER_IDS
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_STATUS_DETAIL
- See Also:
-
-
Constructor Details
-
PrivilegedAccount
public PrivilegedAccount()
-
-
Method Details
-
accountType
-
getAccountType
Get accountType- Returns:
- accountType
-
setAccountType
-
getCreated
Timestamp when the Privileged Account was created- Returns:
- created
-
description
-
getDescription
The description of the Privileged Account- Returns:
- description
-
setDescription
-
getId
The UUID of the Privileged Account- Returns:
- id
-
getLastUpdated
Timestamp when the Privileged Account was last updated- Returns:
- lastUpdated
-
name
-
getName
The human-readable name for the Privileged Account- Returns:
- name
-
setName
-
ownerGroupIds
-
addownerGroupIdsItem
-
getOwnerGroupIds
A list of IDs of the Okta groups that own the Privileged Account- Returns:
- ownerGroupIds
-
setOwnerGroupIds
-
ownerUserIds
-
addownerUserIdsItem
-
getOwnerUserIds
A list of IDs of the Okta users that own the Privileged Account- Returns:
- ownerUserIds
-
setOwnerUserIds
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
statusDetail
-
getStatusDetail
Get statusDetail- Returns:
- statusDetail
-
setStatusDetail
-
equals
-
hashCode
public int hashCode() -
toString
-