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 PolicyAccess
OktaSignOnPolicyRuleSignonActions.getAccess()
Get accessPasswordPolicyRuleAction.getAccess()
Get accessstatic PolicyAccess
Returns 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) void
OktaSignOnPolicyRuleSignonActions.setAccess
(PolicyAccess access) void
PasswordPolicyRuleAction.setAccess
(PolicyAccess access)