RulePolicyType

class oci.identity_domains.models.RulePolicyType(**kwargs)

Bases: object

PolicyType on which the policy is based

SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: complex - uniqueness: none

Methods

__init__(**kwargs) Initializes a new RulePolicyType object with values from keyword arguments.

Attributes

ref Gets the ref of this RulePolicyType.
value [Required] Gets the value of this RulePolicyType.
__init__(**kwargs)

Initializes a new RulePolicyType 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 RulePolicyType.
  • ref (str) – The value to assign to the ref property of this RulePolicyType.
ref

Gets the ref of this RulePolicyType. PolicyType URI

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this RulePolicyType.
Return type:str
value

[Required] Gets the value of this RulePolicyType. PolicyType identifier

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The value of this RulePolicyType.
Return type:str