GoogleApi.SASPortal.V1alpha1.Model.SasPortalSetPolicyRequest (google_api_sas_portal v0.4.0) View Source

Request message for SetPolicy method.

Attributes

  • policy (type: GoogleApi.SASPortal.V1alpha1.Model.SasPortalPolicy.t, default: nil) - Required. The policy to be applied to the resource.
  • resource (type: String.t, default: nil) - Required. The resource for which the policy is being specified. This policy replaces any existing policy.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalSetPolicyRequest{
  policy: GoogleApi.SASPortal.V1alpha1.Model.SasPortalPolicy.t(),
  resource: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.