Show / Hide Table of Contents

Class GoogleIamV3PrincipalAccessBoundaryPolicyDetails

Principal access boundary policy details

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

Properties

ETag

The ETag of the item.

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

EnforcementVersion

Optional. The version number (for example, 1 or latest) that indicates which permissions are able to be blocked by the policy. If empty, the PAB policy version will be set to the most recent version number at the time of the policy's creation.

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

Rules

Required. A list of principal access boundary policy rules. The number of rules in a policy is limited to 500.

Declaration
[JsonProperty("rules")]
public virtual IList<GoogleIamV3PrincipalAccessBoundaryPolicyRule> Rules { get; set; }
Property Value
Type Description
IList<GoogleIamV3PrincipalAccessBoundaryPolicyRule>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX