Package com.okta.sdk.resource.model
Class Permission
java.lang.Object
com.okta.sdk.resource.model.Permission
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class Permission
extends Object
implements Serializable
Permission
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconditions
(Object conditions) boolean
Conditions for further restricting a permissionorg.openapitools.jackson.nullable.JsonNullable
<Object> Timestamp when the role was createdgetLabel()
The permission typeTimestamp when the role was last updatedgetLinks()
Get linksint
hashCode()
links
(PermissionLinks links) void
setConditions
(Object conditions) void
setConditions_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<Object> conditions) void
setLinks
(PermissionLinks links) toString()
-
Field Details
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Permission
public Permission()
-
-
Method Details
-
conditions
-
getConditions
Conditions for further restricting a permission- Returns:
- conditions
-
getConditions_JsonNullable
-
setConditions_JsonNullable
public void setConditions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> conditions) -
setConditions
-
getCreated
Timestamp when the role was created- Returns:
- created
-
getLabel
The permission type- Returns:
- label
-
getLastUpdated
Timestamp when the role was last updated- Returns:
- lastUpdated
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-