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
Fields -
Constructor Summary
Constructors -
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
-
Constructor Details
-
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
-