Package com.okta.sdk.resource.model
Class PermissionConditions
java.lang.Object
com.okta.sdk.resource.model.PermissionConditions
- 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 PermissionConditions
extends Object
implements Serializable
Conditions for further restricting a permission
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Exclude attributes with specific values for the permissionInclude attributes with specific values for the permissionint
hashCode()
putexcludeItem
(String key, Object excludeItem) putincludeItem
(String key, Object includeItem) void
setExclude
(Map<String, Object> exclude) void
setExclude_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<Map<String, Object>> exclude) void
setInclude
(Map<String, Object> include) void
setInclude_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<Map<String, Object>> include) toString()
-
Field Details
-
JSON_PROPERTY_EXCLUDE
- See Also:
-
JSON_PROPERTY_INCLUDE
- See Also:
-
-
Constructor Details
-
PermissionConditions
public PermissionConditions()
-
-
Method Details
-
exclude
-
putexcludeItem
-
getExclude
Exclude attributes with specific values for the permission- Returns:
- exclude
-
getExclude_JsonNullable
-
setExclude_JsonNullable
-
setExclude
-
include
-
putincludeItem
-
getInclude
Include attributes with specific values for the permission- Returns:
- include
-
getInclude_JsonNullable
-
setInclude_JsonNullable
-
setInclude
-
equals
-
hashCode
public int hashCode() -
toString
-