GoogleApi.SecurityCenter.V1.Model.IamPolicy (google_api_security_center v0.39.0)
View SourceCloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.
Attributes
-
policyBlob
(type:String.t
, default:nil
) - The JSON representation of the Policy associated with the asset. See https://cloud.google.com/iam/reference/rest/v1/Policy for format details.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.IamPolicy{ policyBlob: String.t() | nil }