AppIdentityBridges¶
-
class
oci.identity_domains.models.
AppIdentityBridges
(**kwargs)¶ Bases:
object
IdentityBridges associated with this App
Added In: 19.1.4
SCIM++ Properties: - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new AppIdentityBridges object with values from keyword arguments. Attributes
name
Gets the name of this AppIdentityBridges. ref
Gets the ref of this AppIdentityBridges. value
Gets the value of this AppIdentityBridges. -
__init__
(**kwargs)¶ Initializes a new AppIdentityBridges 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 AppIdentityBridges.
- ref (str) – The value to assign to the ref property of this AppIdentityBridges.
- name (str) – The value to assign to the name property of this AppIdentityBridges.
-
name
¶ Gets the name of this AppIdentityBridges. Name of the IdentityBridge associated with the App.
Added In: 19.1.4
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The name of this AppIdentityBridges. Return type: str
-
ref
¶ Gets the ref of this AppIdentityBridges. The URI of the IdentityBridge associated with the App.
Added In: 19.1.4
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this AppIdentityBridges. Return type: str
-
value
¶ Gets the value of this AppIdentityBridges. The Id of the IdentityBridge associated with the App.
Added In: 19.1.4
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The value of this AppIdentityBridges. Return type: str
-