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

The request to lint a Cloud IAM policy object.

Attributes

  • condition (type: GoogleApi.IAM.V1.Model.Expr.t, default: nil) - google.iam.v1.Binding.condition object to be linted.
  • fullResourceName (type: String.t, default: nil) - The full resource name of the policy this lint request is about. The name follows the Google Cloud format for full resource names. For example, a Cloud project with ID my-project will be named //cloudresourcemanager.googleapis.com/projects/my-project. The resource name is not used to read a policy from IAM. Only the data in the request object is linted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.LintPolicyRequest{
  condition: GoogleApi.IAM.V1.Model.Expr.t() | nil,
  fullResourceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.