GoogleApi.IAM.V1.Model.LintPolicyResponse (google_api_iam v0.32.0) 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 byseverity
in descending order.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.IAM.V1.Model.LintPolicyResponse{ lintResults: [GoogleApi.IAM.V1.Model.LintResult.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.