PolicyRules¶
-
class
oci.identity_domains.models.
PolicyRules
(**kwargs)¶ Bases:
object
Rules assigned to this policy
Methods
__init__
(**kwargs)Initializes a new PolicyRules object with values from keyword arguments. Attributes
name
Gets the name of this PolicyRules. ref
Gets the ref of this PolicyRules. sequence
[Required] Gets the sequence of this PolicyRules. value
[Required] Gets the value of this PolicyRules. -
__init__
(**kwargs)¶ Initializes a new PolicyRules object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this PolicyRules.
- ref (str) – The value to assign to the ref property of this PolicyRules.
- sequence (int) – The value to assign to the sequence property of this PolicyRules.
- name (str) – The value to assign to the name property of this PolicyRules.
-
name
¶ Gets the name of this PolicyRules. Rule name
Added In: 17.4.2
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The name of this PolicyRules. Return type: str
-
ref
¶ Gets the ref of this PolicyRules. Rule URI
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this PolicyRules. Return type: str
-
sequence
¶ [Required] Gets the sequence of this PolicyRules. Position of the rule in evaluation order. No duplicates allowed.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
Returns: The sequence of this PolicyRules. Return type: int
-
value
¶ [Required] Gets the value of this PolicyRules. Rule identifier
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this PolicyRules. Return type: str
-