AppAllowAuthzPolicy¶
-
class
oci.identity_domains.models.
AppAllowAuthzPolicy
(**kwargs)¶ Bases:
object
Allow Authz Policy.
Added In: 19.2.1
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex
Methods
__init__
(**kwargs)Initializes a new AppAllowAuthzPolicy object with values from keyword arguments. Attributes
ref
Gets the ref of this AppAllowAuthzPolicy. value
[Required] Gets the value of this AppAllowAuthzPolicy. -
__init__
(**kwargs)¶ Initializes a new AppAllowAuthzPolicy 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 AppAllowAuthzPolicy.
- ref (str) – The value to assign to the ref property of this AppAllowAuthzPolicy.
-
ref
¶ Gets the ref of this AppAllowAuthzPolicy. URI of the policy.
Added In: 19.2.1
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this AppAllowAuthzPolicy. Return type: str
-
value
¶ [Required] Gets the value of this AppAllowAuthzPolicy. Identifier of the Policy.
Added In: 19.2.1
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AppAllowAuthzPolicy. Return type: str
-