Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABPolicyVersion

Details about how a principal access boundary policy's version contributes to the policy's enforcement state.

Inheritance
object
GoogleCloudPolicytroubleshooterIamV3betaExplainedPABPolicyVersion
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.PolicyTroubleshooter.v3beta.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3beta.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABPolicyVersion : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EnforcementState

Output only. Indicates whether the policy is enforced based on its version.

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

Version

Output only. The actual version of the policy. - If the policy uses static version, this field is the chosen static version. - If the policy uses dynamic version, this field is the effective latest version.

Declaration
[JsonProperty("version")]
public virtual int? Version { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX