Class SchemaIdcsComplexAttributeNameMappings
Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class SchemaIdcsComplexAttributeNameMappings
Properties
IdcsRtsaHideAttribute
Declaration
[JsonProperty(PropertyName = "idcsRtsaHideAttribute")]
public bool? IdcsRtsaHideAttribute { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies if the attributes that is mapped should be hidden externally
|
MapsTo
Declaration
[Required(ErrorMessage = "MapsTo is required.")]
[JsonProperty(PropertyName = "mapsTo")]
public string MapsTo { get; set; }
Property Value
Type | Description |
---|---|
string | The attribute that is mapped to the attribute mapping
|
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The attribute that represents the display name
|
Remarks
Required