type property

String? type
getter/setter pair

The attribute type of the attribute and value pair. Possible string values are:

  • "ATTRIBUTE_TYPE_UNSPECIFIED" : Attribute type is unspecified.
  • "COMMON_NAME" : The "common name" of the subject.
  • "COUNTRY_CODE" : The country code of the subject.
  • "ORGANIZATION" : The organization of the subject.
  • "ORGANIZATIONAL_UNIT" : The organizational unit of the subject.
  • "LOCALITY" : The locality or city of the subject.
  • "PROVINCE" : The province, territory, or regional state of the subject.
  • "STREET_ADDRESS" : The street address of the subject.
  • "POSTAL_CODE" : The postal code of the subject.

Implementation

core.String? type;