GoogleApi.CloudAsset.V1.Model.AnalyzeIamPolicyResponse (google_api_cloud_asset v0.22.1) View Source
A response message for AssetService.AnalyzeIamPolicy.
Attributes
-
fullyExplored(type:boolean(), default:nil) - Represents whether all entries in the main_analysis and service_account_impersonation_analysis have been fully explored to answer the query in the request. -
mainAnalysis(type:GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis.t, default:nil) - The main analysis that matches the original request. -
serviceAccountImpersonationAnalysis(type:list(GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis.t), default:nil) - The service account impersonation analysis if AnalyzeIamPolicyRequest.analyze_service_account_impersonation is enabled.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.AnalyzeIamPolicyResponse{
fullyExplored: boolean() | nil,
mainAnalysis: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis.t() | nil,
serviceAccountImpersonationAnalysis:
[GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.