SecurityQuestionQuestionText¶
-
class
oci.identity_domains.models.
SecurityQuestionQuestionText
(**kwargs)¶ Bases:
object
Locale values for the Question
Methods
__init__
(**kwargs)Initializes a new SecurityQuestionQuestionText object with values from keyword arguments. Attributes
default
Gets the default of this SecurityQuestionQuestionText. locale
[Required] Gets the locale of this SecurityQuestionQuestionText. value
[Required] Gets the value of this SecurityQuestionQuestionText. -
__init__
(**kwargs)¶ Initializes a new SecurityQuestionQuestionText object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this SecurityQuestionQuestionText.
- locale (str) – The value to assign to the locale property of this SecurityQuestionQuestionText.
- default (bool) – The value to assign to the default property of this SecurityQuestionQuestionText.
-
default
¶ Gets the default of this SecurityQuestionQuestionText. 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.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The default of this SecurityQuestionQuestionText. Return type: bool
-
locale
¶ [Required] Gets the locale of this SecurityQuestionQuestionText. The locale
- SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq “locales” and attrValues.value eq “$(locale)”
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The locale of this SecurityQuestionQuestionText. Return type: str
-
value
¶ [Required] Gets the value of this SecurityQuestionQuestionText. The question text
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this SecurityQuestionQuestionText. Return type: str
-