View Source GoogleApi.ServiceControl.V1.Model.ResourceInfo (google_api_service_control v0.44.0)

Describes a resource associated with this operation.

Attributes

  • permission (type: String.t, default: nil) - The resource permission required for this request.
  • resourceContainer (type: String.t, default: nil) - The identifier of the parent of this resource instance. Must be in one of the following formats: - projects/ - folders/ - organizations/
  • resourceLocation (type: String.t, default: nil) - The location of the resource. If not empty, the resource will be checked against location policy. The value must be a valid zone, region or multiregion. For example: "europe-west4" or "northamerica-northeast1-a"
  • resourceName (type: String.t, default: nil) - Name of the resource. This is used for auditing purposes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceControl.V1.Model.ResourceInfo{
  permission: String.t() | nil,
  resourceContainer: String.t() | nil,
  resourceLocation: String.t() | nil,
  resourceName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.