Package com.okta.sdk.resource.model
Class GrantTypePolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.GrantTypePolicyRuleCondition
- 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 GrantTypePolicyRuleCondition
extends Object
implements Serializable
Array of grant types that this condition includes. Determines the mechanism that Okta uses to authorize the creation
of the tokens.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddincludeItem
(String includeItem) boolean
Array of grant types that this condition includes.int
hashCode()
void
setInclude
(List<String> include) toString()
-
Field Details
-
JSON_PROPERTY_INCLUDE
- See Also:
-
-
Constructor Details
-
GrantTypePolicyRuleCondition
public GrantTypePolicyRuleCondition()
-
-
Method Details