GoogleApi.CloudResourceManager.V3.Model.TagValue (google_api_cloud_resource_manager v0.44.1)
View SourceA 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. The namespaced name of the TagValue. Can be in the form{organization_id}/{tag_key_short_name}/{tag_value_short_name}
or{project_id}/{tag_key_short_name}/{tag_value_short_name}
or{project_number}/{tag_key_short_name}/{tag_value_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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }