google_api_iam v0.4.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 ([LintResult]): List of lint results sorted by a composite <severity, binding_ordinal> 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). Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.IAM.V1.Model.LintPolicyResponse{
lintResults: [GoogleApi.IAM.V1.Model.LintResult.t()]
}
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
Unwrap a decoded JSON object into its complex fields.