Package com.okta.sdk.resource.model
Class PrivilegedAccountDetailsAppAccountSub
java.lang.Object
com.okta.sdk.resource.model.PrivilegedAccountDetailsAppAccountSub
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class PrivilegedAccountDetailsAppAccountSub
extends Object
implements Serializable
Details for a SaaS Application Account, which will be managed as a Privileged Account
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappGlobalName(String appGlobalName) appInstanceName(String appInstanceName) credentials(PrivilegedAccountCredentials credentials) booleanThe name of the SaaS Application in the Okta Integration Network catalogThe instance name of the SaaS ApplicationGet credentialsThe Okta app instance ID of the SaaS ApplicationinthashCode()oktaApplicationId(String oktaApplicationId) voidsetAppGlobalName(String appGlobalName) voidsetAppInstanceName(String appInstanceName) voidsetCredentials(PrivilegedAccountCredentials credentials) voidsetOktaApplicationId(String oktaApplicationId) toString()
-
Field Details
-
JSON_PROPERTY_APP_GLOBAL_NAME
- See Also:
-
JSON_PROPERTY_APP_INSTANCE_NAME
- See Also:
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_OKTA_APPLICATION_ID
- See Also:
-
-
Constructor Details
-
PrivilegedAccountDetailsAppAccountSub
public PrivilegedAccountDetailsAppAccountSub()
-
-
Method Details
-
appGlobalName
-
getAppGlobalName
The name of the SaaS Application in the Okta Integration Network catalog- Returns:
- appGlobalName
-
setAppGlobalName
-
appInstanceName
-
getAppInstanceName
The instance name of the SaaS Application- Returns:
- appInstanceName
-
setAppInstanceName
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
oktaApplicationId
-
getOktaApplicationId
The Okta app instance ID of the SaaS Application- Returns:
- oktaApplicationId
-
setOktaApplicationId
-
equals
-
hashCode
public int hashCode() -
toString
-