Package com.okta.sdk.resource.model
Class AuthorizationServerPolicy
java.lang.Object
com.okta.sdk.resource.model.AuthorizationServerPolicy
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class AuthorizationServerPolicy
extends Object
implements Serializable
AuthorizationServerPolicy
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Specifies whether requests have access to this Policystatic enum
Indicates that the Policy is an authorization server Policy -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconditions
(AuthorizationServerPolicyConditions conditions) description
(String description) boolean
Get conditionsTimestamp when the Policy was createdDescription of the PolicygetId()
ID of the PolicyTimestamp when the Policy was last updatedgetLinks()
Get linksgetName()
Name of the PolicySpecifies the order in which this Policy is evaluated in relation to the other Policies in a custom authorization serverSpecifies whether requests have access to this PolicySpecifies whether Okta created this PolicygetType()
Indicates that the Policy is an authorization server Policyint
hashCode()
void
setConditions
(AuthorizationServerPolicyConditions conditions) void
setDescription
(String description) void
void
void
void
setPriority
(Integer priority) void
void
void
toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SYSTEM
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
AuthorizationServerPolicy
public AuthorizationServerPolicy()
-
-
Method Details
-
id
-
getId
ID of the Policy- Returns:
- id
-
setId
-
type
-
getType
Indicates that the Policy is an authorization server Policy- Returns:
- type
-
setType
-
name
-
getName
Name of the Policy- Returns:
- name
-
setName
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
description
-
getDescription
Description of the Policy- Returns:
- description
-
setDescription
-
priority
-
getPriority
Specifies the order in which this Policy is evaluated in relation to the other Policies in a custom authorization server- Returns:
- priority
-
setPriority
-
status
-
getStatus
Specifies whether requests have access to this Policy- Returns:
- status
-
setStatus
-
system
-
getSystem
Specifies whether Okta created this Policy- Returns:
- system
-
setSystem
-
getCreated
Timestamp when the Policy was created- Returns:
- created
-
getLastUpdated
Timestamp when the Policy was last updated- Returns:
- lastUpdated
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-