Package com.okta.sdk.resource.model
Class ThirdPartyAdminSetting
java.lang.Object
com.okta.sdk.resource.model.ThirdPartyAdminSetting
- 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 ThirdPartyAdminSetting
extends Object
implements Serializable
The third-party admin setting
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates if third-party admin is enabledint
hashCode()
void
setThirdPartyAdmin
(Boolean thirdPartyAdmin) thirdPartyAdmin
(Boolean thirdPartyAdmin) toString()
-
Field Details
-
JSON_PROPERTY_THIRD_PARTY_ADMIN
- See Also:
-
-
Constructor Details
-
ThirdPartyAdminSetting
public ThirdPartyAdminSetting()
-
-
Method Details