SchemaReferencedResourceTypeUniqueAttributeNameMappings

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

Bases: object

This attribute specifies the mapping of “uniqueAttributeNameForDisplay” attributes(s) of the referenced resource with the columnHeaderName(s). This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute.

Methods

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

Attributes

maps_from_column_name Gets the maps_from_column_name of this SchemaReferencedResourceTypeUniqueAttributeNameMappings.
resource_type_attribute_name Gets the resource_type_attribute_name of this SchemaReferencedResourceTypeUniqueAttributeNameMappings.
__init__(**kwargs)

Initializes a new SchemaReferencedResourceTypeUniqueAttributeNameMappings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • resource_type_attribute_name (str) – The value to assign to the resource_type_attribute_name property of this SchemaReferencedResourceTypeUniqueAttributeNameMappings.
  • maps_from_column_name (str) – The value to assign to the maps_from_column_name property of this SchemaReferencedResourceTypeUniqueAttributeNameMappings.
maps_from_column_name

Gets the maps_from_column_name of this SchemaReferencedResourceTypeUniqueAttributeNameMappings. Specifies the CSV column header name that maps to the corresponding “uniqueAttributeNameForDisplay” attribute of the resource.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The maps_from_column_name of this SchemaReferencedResourceTypeUniqueAttributeNameMappings.
Return type:str
resource_type_attribute_name

Gets the resource_type_attribute_name of this SchemaReferencedResourceTypeUniqueAttributeNameMappings. Specifies the name of the attribute given in “uniqueAttributeNameForDisplay” in the Resource type definition.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The resource_type_attribute_name of this SchemaReferencedResourceTypeUniqueAttributeNameMappings.
Return type:str