Class UserAttributesSettingsAttributeSettings
User Schema Attribute Settings
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class UserAttributesSettingsAttributeSettings
Properties
EndUserMutability
Declaration
[Required(ErrorMessage = "EndUserMutability is required.")]
[JsonProperty(PropertyName = "endUserMutability")]
public string EndUserMutability { get; set; }
Property Value
Type | Description |
---|---|
string | End User mutability
|
Remarks
Required
EndUserMutabilityCanonicalValues
Declaration
[JsonProperty(PropertyName = "endUserMutabilityCanonicalValues")]
public List<string> EndUserMutabilityCanonicalValues { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Specifies the list of User mutabilities allowed.
|
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Fully-qualified attribute or complex mapping Name
|
Remarks
Required