UserName

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

Bases: object

A complex attribute that contains attributes representing the name

SCIM++ Properties: - idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]] - idcsPii: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

family_name Gets the family_name of this UserName.
formatted Gets the formatted of this UserName.
given_name Gets the given_name of this UserName.
honorific_prefix Gets the honorific_prefix of this UserName.
honorific_suffix Gets the honorific_suffix of this UserName.
middle_name Gets the middle_name of this UserName.
__init__(**kwargs)

Initializes a new UserName object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • formatted (str) – The value to assign to the formatted property of this UserName.
  • family_name (str) – The value to assign to the family_name property of this UserName.
  • given_name (str) – The value to assign to the given_name property of this UserName.
  • middle_name (str) – The value to assign to the middle_name property of this UserName.
  • honorific_prefix (str) – The value to assign to the honorific_prefix property of this UserName.
  • honorific_suffix (str) – The value to assign to the honorific_suffix property of this UserName.
family_name

Gets the family_name of this UserName. Last name

SCIM++ Properties:
  • caseExact: false
  • idcsCsvAttributeName: Last Name
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The family_name of this UserName.
Return type:str
formatted

Gets the formatted of this UserName. Full name

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

Gets the given_name of this UserName. First name

SCIM++ Properties:
  • caseExact: false
  • idcsCsvAttributeName: First Name
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The given_name of this UserName.
Return type:str
honorific_prefix

Gets the honorific_prefix of this UserName. Prefix

SCIM++ Properties:
  • idcsCsvAttributeName: Honorific Prefix
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The honorific_prefix of this UserName.
Return type:str
honorific_suffix

Gets the honorific_suffix of this UserName. Suffix

SCIM++ Properties:
  • idcsCsvAttributeName: Honorific Suffix
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The honorific_suffix of this UserName.
Return type:str
middle_name

Gets the middle_name of this UserName. Middle name

SCIM++ Properties:
  • caseExact: false
  • idcsCsvAttributeName: Middle Name
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The middle_name of this UserName.
Return type:str