Show / Hide Table of Contents

Class PolicyInfo

The IAM policy and its attached resource.

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

Properties

AttachedResource

The full resource name the policy is directly attached to.

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

ETag

The ETag of the item.

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

Policy

The IAM policy that's directly attached to the attached_resource.

Declaration
[JsonProperty("policy")]
public virtual Policy Policy { get; set; }
Property Value
Type Description
Policy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX