Reference documentation and code samples for the Google API Common Protos V1 Client class PolicyDelta.
The difference delta between two policies.
Generated from protobuf message google.iam.v1.PolicyDelta
Namespace
Google \ Cloud \ Iam \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ binding_deltas |
array<Google\Cloud\Iam\V1\BindingDelta>
The delta for Bindings between two policies. |
↳ audit_config_deltas |
array<Google\Cloud\Iam\V1\AuditConfigDelta>
The delta for AuditConfigs between two policies. |
getBindingDeltas
The delta for Bindings between two policies.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBindingDeltas
The delta for Bindings between two policies.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Iam\V1\BindingDelta>
|
Returns | |
---|---|
Type | Description |
$this |
getAuditConfigDeltas
The delta for AuditConfigs between two policies.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAuditConfigDeltas
The delta for AuditConfigs between two policies.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Iam\V1\AuditConfigDelta>
|
Returns | |
---|---|
Type | Description |
$this |