Enum AttributeType (2.70.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ATTRIBUTE_TYPE_UNSPECIFIED

Attribute type is unspecified.

ATTRIBUTE_TYPE_UNSPECIFIED = 0;

ATTRIBUTE_TYPE_UNSPECIFIED_VALUE

Attribute type is unspecified.

ATTRIBUTE_TYPE_UNSPECIFIED = 0;

COMMON_NAME

The "common name" of the subject.

COMMON_NAME = 1;

COMMON_NAME_VALUE

The "common name" of the subject.

COMMON_NAME = 1;

COUNTRY_CODE

The country code of the subject.

COUNTRY_CODE = 2;

COUNTRY_CODE_VALUE

The country code of the subject.

COUNTRY_CODE = 2;

LOCALITY

The locality or city of the subject.

LOCALITY = 5;

LOCALITY_VALUE

The locality or city of the subject.

LOCALITY = 5;

ORGANIZATION

The organization of the subject.

ORGANIZATION = 3;

ORGANIZATIONAL_UNIT

The organizational unit of the subject.

ORGANIZATIONAL_UNIT = 4;

ORGANIZATIONAL_UNIT_VALUE

The organizational unit of the subject.

ORGANIZATIONAL_UNIT = 4;

ORGANIZATION_VALUE

The organization of the subject.

ORGANIZATION = 3;

POSTAL_CODE

The postal code of the subject.

POSTAL_CODE = 8;

POSTAL_CODE_VALUE

The postal code of the subject.

POSTAL_CODE = 8;

PROVINCE

The province, territory, or regional state of the subject.

PROVINCE = 6;

PROVINCE_VALUE

The province, territory, or regional state of the subject.

PROVINCE = 6;

STREET_ADDRESS

The street address of the subject.

STREET_ADDRESS = 7;

STREET_ADDRESS_VALUE

The street address of the subject.

STREET_ADDRESS = 7;

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()