Reference documentation and code samples for the Google Certificate Authority Service V1 Client class AttributeType.
AttributeType specifies the type of Attribute in a relative distinguished name.
Protobuf type google.cloud.security.privateca.v1.AttributeType
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ATTRIBUTE_TYPE_UNSPECIFIED
Value: 0Attribute type is unspecified.
Generated from protobuf enum ATTRIBUTE_TYPE_UNSPECIFIED = 0;
COMMON_NAME
Value: 1The "common name" of the subject.
Generated from protobuf enum COMMON_NAME = 1;
COUNTRY_CODE
Value: 2The country code of the subject.
Generated from protobuf enum COUNTRY_CODE = 2;
ORGANIZATION
Value: 3The organization of the subject.
Generated from protobuf enum ORGANIZATION = 3;
ORGANIZATIONAL_UNIT
Value: 4The organizational unit of the subject.
Generated from protobuf enum ORGANIZATIONAL_UNIT = 4;
LOCALITY
Value: 5The locality or city of the subject.
Generated from protobuf enum LOCALITY = 5;
PROVINCE
Value: 6The province, territory, or regional state of the subject.
Generated from protobuf enum PROVINCE = 6;
STREET_ADDRESS
Value: 7The street address of the subject.
Generated from protobuf enum STREET_ADDRESS = 7;
POSTAL_CODE
Value: 8The postal code of the subject.
Generated from protobuf enum POSTAL_CODE = 8;