identityDeclaration property

String? identityDeclaration
getter/setter pair

The declaration of identity for this attribute.

Required. Possible string values are:

  • "IDENTITY_DECLARATION_UNSPECIFIED" : Default value indicating that no selection was made.
  • "SELF_IDENTIFIES_AS" : Indicates that the account identifies with the attribute.
  • "DOES_NOT_SELF_IDENTIFY_AS" : Indicates that the account does not identify with the attribute.

Implementation

core.String? identityDeclaration;