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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class AppAccountContainerDetails
extends Object
implements Serializable
Container details for resource type APP_ACCOUNT
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainerId(String containerId) booleanThe 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 applicationinthashCode()voidsetContainerId(String containerId) voidtoString()
-
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_LINKS
- See Also:
-
-
Constructor Details
-
AppAccountContainerDetails
public AppAccountContainerDetails()
-
-
Method Details
-
getAppName
-
containerId
-
getContainerId
-
setContainerId
-
getDisplayName
-
getGlobalAppId
-
getPasswordPushSupported
-
getProvisioningEnabled
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-