public enum AttributeType extends Enum<AttributeType> implements ProtocolMessageEnum
AttributeType specifies the type of Attribute in a relative distinguished name.
Protobuf enum google.cloud.security.privateca.v1.AttributeType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ATTRIBUTE_TYPE_UNSPECIFIED |
Attribute type is unspecified. |
ATTRIBUTE_TYPE_UNSPECIFIED_VALUE |
Attribute type is unspecified. |
COMMON_NAME |
The "common name" of the subject. |
COMMON_NAME_VALUE |
The "common name" of the subject. |
COUNTRY_CODE |
The country code of the subject. |
COUNTRY_CODE_VALUE |
The country code of the subject. |
LOCALITY |
The locality or city of the subject. |
LOCALITY_VALUE |
The locality or city of the subject. |
ORGANIZATION |
The organization of the subject. |
ORGANIZATIONAL_UNIT |
The organizational unit of the subject. |
ORGANIZATIONAL_UNIT_VALUE |
The organizational unit of the subject. |
ORGANIZATION_VALUE |
The organization of the subject. |
POSTAL_CODE |
The postal code of the subject. |
POSTAL_CODE_VALUE |
The postal code of the subject. |
PROVINCE |
The province, territory, or regional state of the subject. |
PROVINCE_VALUE |
The province, territory, or regional state of the subject. |
STREET_ADDRESS |
The street address of the subject. |
STREET_ADDRESS_VALUE |
The street address of the subject. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |