Package com.okta.sdk.resource.model
Class PrivilegedAccountForUpdate
java.lang.Object
com.okta.sdk.resource.model.PrivilegedAccountForUpdate
- All Implemented Interfaces:
Serializable
@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 PrivilegedAccountForUpdate
extends Object
implements Serializable
PrivilegedAccountForUpdate
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddownerGroupIdsItem
(String ownerGroupIdsItem) addownerUserIdsItem
(String ownerUserIdsItem) description
(String description) boolean
The description of the Privileged AccountgetEmail()
The email address for the Okta Universal Directory AccountgetName()
The human-readable name for the Privileged AccountA list of IDs of the Okta groups who own the Privileged AccountA list of IDs of the Okta users who own the Privileged AccountThe username associated with the Privileged Accountint
hashCode()
ownerGroupIds
(List<String> ownerGroupIds) ownerUserIds
(List<String> ownerUserIds) void
setDescription
(String description) void
void
void
setOwnerGroupIds
(List<String> ownerGroupIds) void
setOwnerUserIds
(List<String> ownerUserIds) void
setUsername
(String username) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_OWNER_GROUP_IDS
- See Also:
-
JSON_PROPERTY_OWNER_USER_IDS
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
-
Constructor Details
-
PrivilegedAccountForUpdate
public PrivilegedAccountForUpdate()
-
-
Method Details
-
description
-
getDescription
The description of the Privileged Account- Returns:
- description
-
setDescription
-
email
-
getEmail
The email address for the Okta Universal Directory Account- Returns:
-
setEmail
-
name
-
getName
The human-readable name for the Privileged Account- Returns:
- name
-
setName
-
ownerGroupIds
-
addownerGroupIdsItem
-
getOwnerGroupIds
A list of IDs of the Okta groups who own the Privileged Account- Returns:
- ownerGroupIds
-
setOwnerGroupIds
-
ownerUserIds
-
addownerUserIdsItem
-
getOwnerUserIds
A list of IDs of the Okta users who own the Privileged Account- Returns:
- ownerUserIds
-
setOwnerUserIds
-
username
-
getUsername
The username associated with the Privileged Account- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-