Uses of Enum
org.openapitools.client.model.PolicyAccess
Packages that use PolicyAccess
- 
Uses of PolicyAccess in org.openapitools.client.model
Methods in org.openapitools.client.model that return PolicyAccessModifier and TypeMethodDescriptionstatic PolicyAccessOktaSignOnPolicyRuleSignonActions.getAccess()Get accessPasswordPolicyRuleAction.getAccess()Get accessstatic PolicyAccessReturns the enum constant of this type with the specified name.static PolicyAccess[]PolicyAccess.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model with parameters of type PolicyAccessModifier and TypeMethodDescriptionOktaSignOnPolicyRuleSignonActions.access(PolicyAccess access) PasswordPolicyRuleAction.access(PolicyAccess access) voidOktaSignOnPolicyRuleSignonActions.setAccess(PolicyAccess access) voidPasswordPolicyRuleAction.setAccess(PolicyAccess access)