Class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABPolicyVersion
Details about how a principal access boundary policy's version contributes to the policy's enforcement state.
Implements
Inherited Members
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? |