Package com.okta.sdk.resource.model
Class IdentityProviderPolicyAllOf
java.lang.Object
com.okta.sdk.resource.model.IdentityProviderPolicyAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-09T11:35:46.790411-06:00[America/Chicago]")
public class IdentityProviderPolicyAllOf
extends Object
implements Serializable
IdentityProviderPolicyAllOf
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountLink(PolicyAccountLink accountLink) conditions(PolicyRuleConditions conditions) booleanGet accountLinkGet conditionsEnable mapping AMR from IdP to Okta to downstream appsGet maxClockSkewGet provisioningGet subjectinthashCode()mapAMRClaims(Boolean mapAMRClaims) maxClockSkew(Integer maxClockSkew) provisioning(Provisioning provisioning) voidsetAccountLink(PolicyAccountLink accountLink) voidsetConditions(PolicyRuleConditions conditions) voidsetMapAMRClaims(Boolean mapAMRClaims) voidsetMaxClockSkew(Integer maxClockSkew) voidsetProvisioning(Provisioning provisioning) voidsetSubject(PolicySubject subject) subject(PolicySubject subject) toString()
-
Field Details
-
JSON_PROPERTY_ACCOUNT_LINK
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_MAP_A_M_R_CLAIMS
- See Also:
-
JSON_PROPERTY_MAX_CLOCK_SKEW
- See Also:
-
JSON_PROPERTY_PROVISIONING
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
-
Constructor Details
-
IdentityProviderPolicyAllOf
public IdentityProviderPolicyAllOf()
-
-
Method Details
-
accountLink
-
getAccountLink
Get accountLink- Returns:
- accountLink
-
setAccountLink
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
mapAMRClaims
-
getMapAMRClaims
Enable mapping AMR from IdP to Okta to downstream apps- Returns:
- mapAMRClaims
-
setMapAMRClaims
-
maxClockSkew
-
getMaxClockSkew
Get maxClockSkew- Returns:
- maxClockSkew
-
setMaxClockSkew
-
provisioning
-
getProvisioning
Get provisioning- Returns:
- provisioning
-
setProvisioning
-
subject
-
getSubject
Get subject- Returns:
- subject
-
setSubject
-
equals
-
hashCode
public int hashCode() -
toString
-