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.
Inherited Members
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.
|
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.
|