View Source GoogleApi.IAM.V1.Model.QueryAuditableServicesRequest (google_api_iam v0.42.0)

A request to get the list of auditable services for a resource.

Attributes

  • fullResourceName (type: String.t, default: nil) - Required. The full resource name to query from the list of auditable services. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id my-project will be named //cloudresourcemanager.googleapis.com/projects/my-project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.QueryAuditableServicesRequest{
  fullResourceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.