Package com.okta.sdk.resource.model
Class Provisioning
java.lang.Object
com.okta.sdk.resource.model.Provisioning
- 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 Provisioning
extends Object
implements Serializable
Specifies the behavior for just-in-time (JIT) provisioning of an IdP User as a new Okta User and their Group
memberships
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaction
(ProvisioningAction action) conditions
(ProvisioningConditions conditions) boolean
Get actionGet conditionsGet groupsDetermines if the IdP should act as a source of truth for User profile attributesgroups
(ProvisioningGroups groups) int
hashCode()
profileMaster
(Boolean profileMaster) void
setAction
(ProvisioningAction action) void
setConditions
(ProvisioningConditions conditions) void
setGroups
(ProvisioningGroups groups) void
setProfileMaster
(Boolean profileMaster) toString()
-
Field Details
-
JSON_PROPERTY_ACTION
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_GROUPS
- See Also:
-
JSON_PROPERTY_PROFILE_MASTER
- See Also:
-
-
Constructor Details
-
Provisioning
public Provisioning()
-
-
Method Details
-
action
-
getAction
Get action- Returns:
- action
-
setAction
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
groups
-
getGroups
Get groups- Returns:
- groups
-
setGroups
-
profileMaster
-
getProfileMaster
Determines if the IdP should act as a source of truth for User profile attributes- Returns:
- profileMaster
-
setProfileMaster
-
equals
-
hashCode
public int hashCode() -
toString
-