Reference documentation and code samples for the Google Certificate Authority Service V1 Client class AttributeTypeAndValue.
AttributeTypeAndValue specifies an attribute type and value. It can use either a OID or enum value to specify the attribute type.
Generated from protobuf message google.cloud.security.privateca.v1.AttributeTypeAndValue
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
int
The attribute type of the attribute and value pair.
↳ object_id
↳ value
string
The value for the attribute type.
getType
The attribute type of the attribute and value pair.
hasType
setType
The attribute type of the attribute and value pair.
$this
getObjectId
Object ID for an attribute type of an attribute and value pair.
hasObjectId
setObjectId
Object ID for an attribute type of an attribute and value pair.
$this
getValue
The value for the attribute type.
string
setValue
The value for the attribute type.
var
string
$this
getAttributeType
string

