Class GoogleCloudPolicysimulatorV1ReplayDiff
The difference between the results of evaluating an access tuple under the current (baseline) policies and under the proposed (simulated) policies. This difference explains how a principal's access could change if the proposed policies were applied.
Implements
Inherited Members
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1ReplayDiff : IDirectResponseSchema
Properties
AccessDiff
A summary and comparison of the principal's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple. The evaluation of the principal's access is reported in the AccessState field.
Declaration
[JsonProperty("accessDiff")]
public virtual GoogleCloudPolicysimulatorV1AccessStateDiff AccessDiff { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudPolicysimulatorV1AccessStateDiff |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |