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-23T08:35:59.300824-05:00[America/Chicago]",
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappGlobalName
(String appGlobalName) appInstanceName
(String appInstanceName) credentials
(PrivilegedAccountCredentials credentials) boolean
The 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 Applicationint
hashCode()
oktaApplicationId
(String oktaApplicationId) void
setAppGlobalName
(String appGlobalName) void
setAppInstanceName
(String appInstanceName) void
setCredentials
(PrivilegedAccountCredentials credentials) void
setOktaApplicationId
(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
-