Package com.okta.sdk.resource.model
Class AppAccountContainerDetails
java.lang.Object
com.okta.sdk.resource.model.AppAccountContainerDetails
- 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 AppAccountContainerDetails
extends Object
implements Serializable
Container details for resource type APP_ACCOUNT
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontainerId
(String containerId) boolean
The application nameThe application ID associated with the privileged accountHuman-readable name of the container that owns the privileged resourceThe application global IDgetLinks()
Get linksIndicates if the application supports password pushIndicates if provisioning is enabled for this applicationGet statusint
hashCode()
void
setContainerId
(String containerId) void
void
setStatus
(AppInstanceContainerStatus status) status
(AppInstanceContainerStatus status) toString()
-
Field Details
-
JSON_PROPERTY_APP_NAME
- See Also:
-
JSON_PROPERTY_CONTAINER_ID
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_GLOBAL_APP_ID
- See Also:
-
JSON_PROPERTY_PASSWORD_PUSH_SUPPORTED
- See Also:
-
JSON_PROPERTY_PROVISIONING_ENABLED
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
AppAccountContainerDetails
public AppAccountContainerDetails()
-
-
Method Details
-
getAppName
The application name- Returns:
- appName
-
containerId
-
getContainerId
The application ID associated with the privileged account- Returns:
- containerId
-
setContainerId
-
getDisplayName
Human-readable name of the container that owns the privileged resource- Returns:
- displayName
-
getGlobalAppId
The application global ID- Returns:
- globalAppId
-
getPasswordPushSupported
Indicates if the application supports password push- Returns:
- passwordPushSupported
-
getProvisioningEnabled
Indicates if provisioning is enabled for this application- Returns:
- provisioningEnabled
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-