View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalTestPermissionsRequest (google_api_sas_portal v0.17.0)

Request message for TestPermissions method.

Attributes

  • permissions (type: list(String.t), default: nil) - The set of permissions to check for the resource.
  • resource (type: String.t, default: nil) - Required. The resource for which the permissions are being requested.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalTestPermissionsRequest{
  permissions: [String.t()] | nil,
  resource: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.