Show / Hide Table of Contents

Class SchemaReferencedResourceTypeUniqueAttributeNameMappings

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.

Inheritance
object
SchemaReferencedResourceTypeUniqueAttributeNameMappings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class SchemaReferencedResourceTypeUniqueAttributeNameMappings

Properties

MapsFromColumnName

Declaration
[JsonProperty(PropertyName = "mapsFromColumnName")]
public string MapsFromColumnName { get; set; }
Property Value
Type Description
string

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

ResourceTypeAttributeName

Declaration
[JsonProperty(PropertyName = "resourceTypeAttributeName")]
public string ResourceTypeAttributeName { get; set; }
Property Value
Type Description
string

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
In this article
Back to top