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.
Implements
Inherited Members
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? |