Package com.okta.sdk.resource.model
Class AuthorizationServerPolicyRule
java.lang.Object
com.okta.sdk.resource.model.AuthorizationServerPolicyRule
- 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 AuthorizationServerPolicyRule
extends Object
implements Serializable
AuthorizationServerPolicyRule
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Status of the rulestatic enum
Rule type -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconditions
(AuthorizationServerPolicyRuleConditions conditions) boolean
Get actionsGet conditionsTimestamp when the rule was createdgetId()
Identifier of the ruleTimestamp when the rule was last modifiedgetLinks()
Get linksgetName()
Name of the rulePriority of the ruleStatus of the ruleSet to `true` for system rules.getType()
Rule typeint
hashCode()
links
(LinksSelfAndLifecycle links) void
void
setConditions
(AuthorizationServerPolicyRuleConditions conditions) void
setLinks
(LinksSelfAndLifecycle links) void
void
setPriority
(Integer priority) void
void
void
toString()
-
Field Details
-
JSON_PROPERTY_ACTIONS
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SYSTEM
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule()
-
-
Method Details
-
actions
-
getActions
Get actions- Returns:
- actions
-
setActions
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
getCreated
Timestamp when the rule was created- Returns:
- created
-
getId
Identifier of the rule- Returns:
- id
-
getLastUpdated
Timestamp when the rule was last modified- Returns:
- lastUpdated
-
name
-
getName
Name of the rule- Returns:
- name
-
setName
-
priority
-
getPriority
Priority of the rule- Returns:
- priority
-
setPriority
-
status
-
getStatus
Status of the rule- Returns:
- status
-
setStatus
-
system
-
getSystem
Set to `true` for system rules. You can't delete system rules.- Returns:
- system
-
setSystem
-
type
-
getType
Rule type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-