Show / Hide Table of Contents

Class IamPolicyOverrideView

Contains metadata about the IAM policy override for a given Dataform resource. If is_active is true, this the policy encoded in iam_policy_name is the source of truth for this resource. Will be provided in internal ESV2 views for: Workspaces, Repositories, Folders, TeamFolders.

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

Properties

ETag

The ETag of the item.

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

IamPolicyName

The IAM policy name for the resource.

Declaration
[JsonProperty("iamPolicyName")]
public virtual PolicyName IamPolicyName { get; set; }
Property Value
Type Description
PolicyName

IsActive

Whether the IAM policy encoded in this view is active.

Declaration
[JsonProperty("isActive")]
public virtual bool? IsActive { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX