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