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:19:33.269913-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
-
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 applicationint
hashCode()
void
setContainerId
(String containerId) void
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_LINKS
- See Also:
-
-
Constructor Details
-
AppAccountContainerDetails
public AppAccountContainerDetails()
-
-
Method Details
-
getAppName
-
containerId
-
getContainerId
-
setContainerId
-
getDisplayName
-
getGlobalAppId
-
getPasswordPushSupported
-
getProvisioningEnabled
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-