google_api_iam v0.16.0 GoogleApi.IAM.V1.Model.LintPolicyResponse View Source

The response of a lint operation. An empty response indicates the operation was able to fully execute and no lint issue was found.

Attributes

  • lintResults (type: list(GoogleApi.IAM.V1.Model.LintResult.t), default: nil) - List of lint results sorted by a composite key, descending order of severity and ascending order of binding_ordinal. There is no certain order among the same keys.

    For cross-binding results (only if the input object to lint is instance of google.iam.v1.Policy), there will be a google.iam.admin.v1.LintResult for each of the involved bindings, and the associated debug_message may enumerate the other involved binding ordinal number(s).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.IAM.V1.Model.LintPolicyResponse{
  lintResults: [GoogleApi.IAM.V1.Model.LintResult.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.