SchemaIdcsComplexAttributeNameMappings

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

Bases: object

Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)

Methods

__init__(**kwargs) Initializes a new SchemaIdcsComplexAttributeNameMappings object with values from keyword arguments.

Attributes

idcs_rtsa_hide_attribute Gets the idcs_rtsa_hide_attribute of this SchemaIdcsComplexAttributeNameMappings.
maps_to [Required] Gets the maps_to of this SchemaIdcsComplexAttributeNameMappings.
name [Required] Gets the name of this SchemaIdcsComplexAttributeNameMappings.
__init__(**kwargs)

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

Gets the idcs_rtsa_hide_attribute of this SchemaIdcsComplexAttributeNameMappings. Specifies if the attributes that is mapped should be hidden externally

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The idcs_rtsa_hide_attribute of this SchemaIdcsComplexAttributeNameMappings.
Return type:bool
maps_to

[Required] Gets the maps_to of this SchemaIdcsComplexAttributeNameMappings. The attribute that is mapped to the attribute mapping

SCIM++ Properties:
  • caseExact: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The maps_to of this SchemaIdcsComplexAttributeNameMappings.
Return type:str
name

[Required] Gets the name of this SchemaIdcsComplexAttributeNameMappings. The attribute that represents the display name

SCIM++ Properties:
  • caseExact: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The name of this SchemaIdcsComplexAttributeNameMappings.
Return type:str