GoogleApi.CloudResourceManager.V3.Model.TagValue (google_api_cloud_resource_manager v0.41.0) View Source
A TagValue is a child of a particular TagKey. This is used to group cloud resources for the purpose of controlling them using policies.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Creation time. -
description
(type:String.t
, default:nil
) - Optional. User-assigned description of the TagValue. Must not exceed 256 characters. Read-write. -
etag
(type:String.t
, default:nil
) - Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagValueRequest for details. -
name
(type:String.t
, default:nil
) - Immutable. Resource name for TagValue in the formattagValues/456
. -
namespacedName
(type:String.t
, default:nil
) - Output only. Namespaced name of the TagValue. Must be in the format{organization_id}/{tag_key_short_name}/{short_name}
. -
parent
(type:String.t
, default:nil
) - Immutable. The resource name of the new TagValue's parent TagKey. Must be of the formtagKeys/{tag_key_id}
. -
shortName
(type:String.t
, default:nil
) - Required. Immutable. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey. The short name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Update time.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudResourceManager.V3.Model.TagValue{ createTime: DateTime.t() | nil, description: String.t() | nil, etag: String.t() | nil, name: String.t() | nil, namespacedName: String.t() | nil, parent: String.t() | nil, shortName: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.