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-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class PermissionConditions
extends Object
implements Serializable
Conditions for further restricting a permission
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanExclude attributes with specific values for the permissionInclude attributes with specific values for the permissioninthashCode()putexcludeItem(String key, Object excludeItem) putincludeItem(String key, Object includeItem) voidsetExclude(Map<String, Object> exclude) voidsetExclude_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, Object>> exclude) voidsetInclude(Map<String, Object> include) voidsetInclude_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
-