google_api_iam v0.17.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 compositekey, 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
t()
View Sourcet() :: %GoogleApi.IAM.V1.Model.LintPolicyResponse{ lintResults: [GoogleApi.IAM.V1.Model.LintResult.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.