CloudGateMappingCloudGate

class oci.identity_domains.models.CloudGateMappingCloudGate(**kwargs)

Bases: object

Reference to owning 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 CloudGateMappingCloudGate object with values from keyword arguments.

Attributes

ref Gets the ref of this CloudGateMappingCloudGate.
value [Required] Gets the value of this CloudGateMappingCloudGate.
__init__(**kwargs)

Initializes a new CloudGateMappingCloudGate 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 CloudGateMappingCloudGate.
  • ref (str) – The value to assign to the ref property of this CloudGateMappingCloudGate.
ref

Gets the ref of this CloudGateMappingCloudGate. The URI of the OAuth app for 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 CloudGateMappingCloudGate.
Return type:str
value

[Required] Gets the value of this CloudGateMappingCloudGate. The id of the owning 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 CloudGateMappingCloudGate.
Return type:str