View Source GoogleApi.IAM.V1.Model.LintPolicyRequest (google_api_iam v0.44.3)
The request to lint an 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 Google Cloud project with IDmy-projectwill 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
Unwrap a decoded JSON object into its complex fields.