Show / Hide Table of Contents

Class IAMPolicy

IAMPolicy encapsulates the IAM policy name, definition and status of policy fetching.

Inheritance
object
IAMPolicy
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.DataFusion.v1beta1.Data
Assembly: Google.Apis.DataFusion.v1beta1.dll
Syntax
public class IAMPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Policy

Policy definition if IAM policy fetching is successful, otherwise empty.

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

Status

Status of iam policy fetching.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX