Class: Google::Cloud::SecurityCenter::V1p1beta1::Asset::IamPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::Asset::IamPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/asset.rb
Overview
Cloud 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.
Instance Attribute Summary collapse
-
#policy_blob ⇒ ::String
The JSON representation of the Policy associated with the asset.
Instance Attribute Details
#policy_blob ⇒ ::String
Returns The JSON representation of the Policy associated with the asset. See https://cloud.google.com/iam/docs/reference/rest/v1/Policy for format details.
124 125 126 127 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/asset.rb', line 124 class IamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |