CloudGateMappingGatewayApp¶
-
class
oci.identity_domains.models.
CloudGateMappingGatewayApp
(**kwargs)¶ Bases:
object
Reference to gateway application protected by this Cloud Gate
SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new CloudGateMappingGatewayApp object with values from keyword arguments. Attributes
name
[Required] Gets the name of this CloudGateMappingGatewayApp. ref
Gets the ref of this CloudGateMappingGatewayApp. value
[Required] Gets the value of this CloudGateMappingGatewayApp. -
__init__
(**kwargs)¶ Initializes a new CloudGateMappingGatewayApp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CloudGateMappingGatewayApp.
- value (str) – The value to assign to the value property of this CloudGateMappingGatewayApp.
- ref (str) – The value to assign to the ref property of this CloudGateMappingGatewayApp.
-
name
¶ [Required] Gets the name of this CloudGateMappingGatewayApp. The name (Client ID) of the gateway application protected by this Cloud Gate.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The name of this CloudGateMappingGatewayApp. Return type: str
-
ref
¶ Gets the ref of this CloudGateMappingGatewayApp. The URI to the gateway application protected by this Cloud Gate
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this CloudGateMappingGatewayApp. Return type: str
-
value
¶ [Required] Gets the value of this CloudGateMappingGatewayApp. The id of the gateway application protected by this Cloud Gate.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this CloudGateMappingGatewayApp. Return type: str
-