View Source GoogleApi.CloudControlsPartner.V1.Model.PartnerPermissions (google_api_cloud_controls_partner v0.3.2)

The permissions granted to the partner for a workload

Attributes

  • name (type: String.t, default: nil) - Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions
  • partnerPermissions (type: list(String.t), default: nil) - The partner permissions granted for the workload

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.PartnerPermissions{
  name: String.t() | nil,
  partnerPermissions: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.