View Source GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings (google_api_assured_workloads v0.16.0)

Represent the custom settings for the resources to be created.

Attributes

  • displayName (type: String.t, default: nil) - User-assigned resource display name. If not empty it will be used to create a resource with the specified name.
  • resourceId (type: String.t, default: nil) - Resource identifier. For a project this represents project_id. If the project is already taken, the workload creation will fail.
  • resourceType (type: String.t, default: nil) - Indicates the type of resource. This field should be specified to correspond the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings{
    displayName: String.t() | nil,
    resourceId: String.t() | nil,
    resourceType: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.