Show / Hide Table of Contents

Class GoogleCloudPolicysimulatorV1betaReplayDiff

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.

Inheritance
object
GoogleCloudPolicysimulatorV1betaReplayDiff
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolicySimulator.v1beta.Data
Assembly: Google.Apis.PolicySimulator.v1beta.dll
Syntax
public class GoogleCloudPolicysimulatorV1betaReplayDiff : 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 GoogleCloudPolicysimulatorV1betaAccessStateDiff AccessDiff { get; set; }
Property Value
Type Description
GoogleCloudPolicysimulatorV1betaAccessStateDiff

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX