GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1Attributes (google_api_private_ca v0.4.1) View Source
A set of attributes, each in the format [KEY]:[VALUE].
Attributes
-
attributeMap(type:%{optional(String.t) => GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1AttributeValue.t}, default:nil) - The set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean valuestrueandfalse. For example: "/instance_id": "my-instance" "/http/user_agent": "" "/http/request_bytes": 300 "abc.com/myattribute": true -
droppedAttributesCount(type:integer(), default:nil) - The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1Attributes{
attributeMap: %{
optional(String.t()) =>
GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1AttributeValue.t()
},
droppedAttributesCount: integer()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.