Show / Hide Table of Contents

Class LintPolicyRequest

The request to lint an IAM policy object.

Inheritance
object
LintPolicyRequest
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.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class LintPolicyRequest : IDirectResponseSchema

Properties

Condition

google.iam.v1.Binding.condition object to be linted.

Declaration
[JsonProperty("condition")]
public virtual Expr Condition { get; set; }
Property Value
Type Description
Expr

ETag

The ETag of the item.

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

FullResourceName

The full resource name of the policy this lint request is about. The name follows the Google Cloud format for full resource names. For example, a Google Cloud project with ID my-project will be named //cloudresourcemanager.googleapis.com/projects/my-project. The resource name is not used to read a policy from IAM. Only the data in the request object is linted.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX