Class SelfRegistrationProfileUserAttributes
User Attributes
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class SelfRegistrationProfileUserAttributes
Properties
Deletable
Declaration
[JsonProperty(PropertyName = "deletable")]
public bool? Deletable { get; set; }
Property Value
Type | Description |
---|---|
bool? | If this attribute can be deleted
|
FullyQualifiedAttributeName
Declaration
[JsonProperty(PropertyName = "fullyQualifiedAttributeName")]
public string FullyQualifiedAttributeName { get; set; }
Property Value
Type | Description |
---|---|
string | SCIM++ Properties:
|
Metadata
Declaration
[JsonProperty(PropertyName = "metadata")]
public string Metadata { get; set; }
Property Value
Type | Description |
---|---|
string | Metadata of the user attribute
|
SeqNumber
Declaration
[Required(ErrorMessage = "SeqNumber is required.")]
[JsonProperty(PropertyName = "seqNumber")]
public int? SeqNumber { get; set; }
Property Value
Type | Description |
---|---|
int? | SCIM++ Properties:
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | name of the attribute
|
Remarks
Required