Class: Google::Apis::SecuritycenterV1::IamPolicy
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::IamPolicy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/securitycenter_v1/classes.rb,
generated/google/apis/securitycenter_v1/representations.rb,
generated/google/apis/securitycenter_v1/representations.rb
Overview
IAM Policy information associated with the GCP resource described by the Cloud SCC asset. This information is managed and defined by the GCP 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 Method Summary collapse
-
#initialize(**args) ⇒ IamPolicy
constructor
A new instance of IamPolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ IamPolicy
Returns a new instance of IamPolicy.
903 904 905 |
# File 'generated/google/apis/securitycenter_v1/classes.rb', line 903 def initialize(**args) update!(**args) end |
Instance Attribute Details
#policy_blob ⇒ String
The JSON representation of the Policy associated with the asset.
See https://cloud.google.com/iam/reference/rest/v1/Policy for format
details.
Corresponds to the JSON property policyBlob
901 902 903 |
# File 'generated/google/apis/securitycenter_v1/classes.rb', line 901 def policy_blob @policy_blob end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
908 909 910 |
# File 'generated/google/apis/securitycenter_v1/classes.rb', line 908 def update!(**args) @policy_blob = args[:policy_blob] if args.key?(:policy_blob) end |