Package com.okta.sdk.resource.model
Class ClientPrivilegesSetting
java.lang.Object
com.okta.sdk.resource.model.ClientPrivilegesSetting
- 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 ClientPrivilegesSetting
extends Object
implements Serializable
The org setting that assigns the super admin role by default to a public client app
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclientPrivilegesSetting(Boolean clientPrivilegesSetting) booleanIf true, assigns the super admin role by default to new public client appsinthashCode()voidsetClientPrivilegesSetting(Boolean clientPrivilegesSetting) toString() 
- 
Field Details
- 
JSON_PROPERTY_CLIENT_PRIVILEGES_SETTING
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ClientPrivilegesSetting
public ClientPrivilegesSetting() 
 - 
 - 
Method Details
- 
clientPrivilegesSetting
 - 
getClientPrivilegesSetting
If true, assigns the super admin role by default to new public client apps- Returns:
 - clientPrivilegesSetting
 
 - 
setClientPrivilegesSetting
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -