Show / Hide Table of Contents

Class GoogleCloudPolicysimulatorV1betaAccessStateDiff

A summary and comparison of the principal's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple.

Inheritance
object
GoogleCloudPolicysimulatorV1betaAccessStateDiff
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 GoogleCloudPolicysimulatorV1betaAccessStateDiff : IDirectResponseSchema

Properties

AccessChange

How the principal's access, specified in the AccessState field, changed between the current (baseline) policies and proposed (simulated) policies.

Declaration
[JsonProperty("accessChange")]
public virtual string AccessChange { get; set; }
Property Value
Type Description
string

Baseline

The results of evaluating the access tuple under the current (baseline) policies. If the AccessState couldn't be fully evaluated, this field explains why.

Declaration
[JsonProperty("baseline")]
public virtual GoogleCloudPolicysimulatorV1betaExplainedAccess Baseline { get; set; }
Property Value
Type Description
GoogleCloudPolicysimulatorV1betaExplainedAccess

ETag

The ETag of the item.

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

Simulated

The results of evaluating the access tuple under the proposed (simulated) policies. If the AccessState couldn't be fully evaluated, this field explains why.

Declaration
[JsonProperty("simulated")]
public virtual GoogleCloudPolicysimulatorV1betaExplainedAccess Simulated { get; set; }
Property Value
Type Description
GoogleCloudPolicysimulatorV1betaExplainedAccess

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX