Class CreateUserResourceNameInternal

Structured object for the person’s name. This includes the family name (last name), and given name (first name).

Hierarchy

  • CreateUserResourceName

Constructors

Properties

Constructors

Properties

familyName: string

This attribute is used if the displayName attribute is not provided, name attribute is provided and formatted attribute value is not provided.

Maximum length: Combined character count for both attributes givenName and familyName must not exceed 60 characters.

formatted?: string

This attribute is used if the displayName attribute is not provided, name attribute is provided and this attribute value is not empty.

Maximum length: 60 characters

givenName: string

This attribute is used if the displayName attribute is not provided, name attribute is provided and formatted attribute value is not provided.

Maximum length: Combined character count for both attributes givenName and familyName must not exceed 60 characters.