SelfRegistrationProfileUserAttributes

class oci.identity_domains.models.SelfRegistrationProfileUserAttributes(**kwargs)

Bases: object

User Attributes

Methods

__init__(**kwargs) Initializes a new SelfRegistrationProfileUserAttributes object with values from keyword arguments.

Attributes

deletable Gets the deletable of this SelfRegistrationProfileUserAttributes.
fully_qualified_attribute_name Gets the fully_qualified_attribute_name of this SelfRegistrationProfileUserAttributes.
metadata Gets the metadata of this SelfRegistrationProfileUserAttributes.
seq_number [Required] Gets the seq_number of this SelfRegistrationProfileUserAttributes.
value [Required] Gets the value of this SelfRegistrationProfileUserAttributes.
__init__(**kwargs)

Initializes a new SelfRegistrationProfileUserAttributes 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 SelfRegistrationProfileUserAttributes.
  • fully_qualified_attribute_name (str) – The value to assign to the fully_qualified_attribute_name property of this SelfRegistrationProfileUserAttributes.
  • seq_number (int) – The value to assign to the seq_number property of this SelfRegistrationProfileUserAttributes.
  • deletable (bool) – The value to assign to the deletable property of this SelfRegistrationProfileUserAttributes.
  • metadata (str) – The value to assign to the metadata property of this SelfRegistrationProfileUserAttributes.
deletable

Gets the deletable of this SelfRegistrationProfileUserAttributes. If this attribute can be deleted

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The deletable of this SelfRegistrationProfileUserAttributes.
Return type:bool
fully_qualified_attribute_name

Gets the fully_qualified_attribute_name of this SelfRegistrationProfileUserAttributes. SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none Fully Qualified Attribute Name

Returns:The fully_qualified_attribute_name of this SelfRegistrationProfileUserAttributes.
Return type:str
metadata

Gets the metadata of this SelfRegistrationProfileUserAttributes. Metadata of the user attribute

Added In: 18.1.6

SCIM++ Properties:
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The metadata of this SelfRegistrationProfileUserAttributes.
Return type:str
seq_number

[Required] Gets the seq_number of this SelfRegistrationProfileUserAttributes. SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none Sequence Number for the attribute

Returns:The seq_number of this SelfRegistrationProfileUserAttributes.
Return type:int
value

[Required] Gets the value of this SelfRegistrationProfileUserAttributes. name of the attribute

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The value of this SelfRegistrationProfileUserAttributes.
Return type:str