Show / Hide Table of Contents

Class GoogleCloudPolicysimulatorV1AccessStateDiff

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
GoogleCloudPolicysimulatorV1AccessStateDiff
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.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1AccessStateDiff : 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 GoogleCloudPolicysimulatorV1ExplainedAccess Baseline { get; set; }
Property Value
Type Description
GoogleCloudPolicysimulatorV1ExplainedAccess

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 GoogleCloudPolicysimulatorV1ExplainedAccess Simulated { get; set; }
Property Value
Type Description
GoogleCloudPolicysimulatorV1ExplainedAccess

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX