@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class IdentityProviderPolicyAllOf extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ACCOUNT_LINK  | 
static String | 
JSON_PROPERTY_CONDITIONS  | 
static String | 
JSON_PROPERTY_MAP_A_M_R_CLAIMS  | 
static String | 
JSON_PROPERTY_MAX_CLOCK_SKEW  | 
static String | 
JSON_PROPERTY_PROVISIONING  | 
static String | 
JSON_PROPERTY_SUBJECT  | 
| Constructor and Description | 
|---|
IdentityProviderPolicyAllOf()  | 
public static final String JSON_PROPERTY_ACCOUNT_LINK
public static final String JSON_PROPERTY_CONDITIONS
public static final String JSON_PROPERTY_MAP_A_M_R_CLAIMS
public static final String JSON_PROPERTY_MAX_CLOCK_SKEW
public static final String JSON_PROPERTY_PROVISIONING
public static final String JSON_PROPERTY_SUBJECT
public IdentityProviderPolicyAllOf accountLink(PolicyAccountLink accountLink)
@Nullable public PolicyAccountLink getAccountLink()
public void setAccountLink(PolicyAccountLink accountLink)
public IdentityProviderPolicyAllOf conditions(PolicyRuleConditions conditions)
@Nullable public PolicyRuleConditions getConditions()
public void setConditions(PolicyRuleConditions conditions)
public IdentityProviderPolicyAllOf mapAMRClaims(Boolean mapAMRClaims)
@Nullable public Boolean getMapAMRClaims()
public void setMapAMRClaims(Boolean mapAMRClaims)
public IdentityProviderPolicyAllOf maxClockSkew(Integer maxClockSkew)
public void setMaxClockSkew(Integer maxClockSkew)
public IdentityProviderPolicyAllOf provisioning(Provisioning provisioning)
@Nullable public Provisioning getProvisioning()
public void setProvisioning(Provisioning provisioning)
public IdentityProviderPolicyAllOf subject(PolicySubject subject)
@Nullable public PolicySubject getSubject()
public void setSubject(PolicySubject subject)
Copyright © 2017–2023 Okta. All rights reserved.