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