Class SelfRegistrationProfileHeaderText
Header text
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class SelfRegistrationProfileHeaderText
Properties
Default
Declaration
[JsonProperty(PropertyName = "default")]
public bool? Default { get; set; }
Property Value
Type | Description |
---|---|
bool? | If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true.
|
Locale
Declaration
[Required(ErrorMessage = "Locale is required.")]
[JsonProperty(PropertyName = "locale")]
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
string | Type of user's locale e.g. en-CA
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Localized value of header text in corresponding locale
|
Remarks
Required