Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class IamPolicy.
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.
Generated from protobuf message google.cloud.securitycenter.v1.Asset.IamPolicy
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ AssetMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ 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. |
getPolicyBlob
The JSON representation of the Policy associated with the asset.
See https://cloud.google.com/iam/reference/rest/v1/Policy for format details.
Returns | |
---|---|
Type | Description |
string |
setPolicyBlob
The JSON representation of the Policy associated with the asset.
See https://cloud.google.com/iam/reference/rest/v1/Policy for format details.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |