Class SecurityQuestionQuestionText
Locale values for the Question
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class SecurityQuestionQuestionText
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 | The locale
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The question text
|
Remarks
Required