AttributeTypeAndValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)
AttributeTypeAndValue specifies an attribute type and value. It can use either a OID or enum value to specify the attribute type.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
type_ |
google.cloud.security.privateca_v1.types.AttributeType
The attribute type of the attribute and value pair. This field is a member of oneof _ attribute_type .
|
object_id |
google.cloud.security.privateca_v1.types.ObjectId
Object ID for an attribute type of an attribute and value pair. This field is a member of oneof _ attribute_type .
|
value |
str
The value for the attribute type. |