Show / Hide Table of Contents

Class GoogleIamV3PolicyBindingTarget

The full resource name of the resource to which the policy will be bound. Immutable once set.

Inheritance
object
GoogleIamV3PolicyBindingTarget
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.PolicyTroubleshooter.v3beta.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3beta.dll
Syntax
public class GoogleIamV3PolicyBindingTarget : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PrincipalSet

Immutable. The full resource name that's used for principal access boundary policy bindings. The principal set must be directly parented by the policy binding's parent or same as the parent if the target is a project, folder, or organization. Examples: * For bindings parented by an organization: * Organization: //cloudresourcemanager.googleapis.com/organizations/ORGANIZATION_ID * Workforce Identity: //iam.googleapis.com/locations/global/workforcePools/WORKFORCE_POOL_ID * Workspace Identity: //iam.googleapis.com/locations/global/workspace/WORKSPACE_ID * For bindings parented by a folder: * Folder: //cloudresourcemanager.googleapis.com/folders/FOLDER_ID * For bindings parented by a project: * Project: * //cloudresourcemanager.googleapis.com/projects/PROJECT_NUMBER * //cloudresourcemanager.googleapis.com/projects/PROJECT_ID * Workload Identity Pool: //iam.googleapis.com/projects/PROJECT_NUMBER/locations/LOCATION/workloadIdentityPools/WORKLOAD_POOL_ID

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

Resource

Immutable. The full resource name that's used for access policy bindings. Examples: * Organization: //cloudresourcemanager.googleapis.com/organizations/ORGANIZATION_ID * Folder: //cloudresourcemanager.googleapis.com/folders/FOLDER_ID * Project: * //cloudresourcemanager.googleapis.com/projects/PROJECT_NUMBER * //cloudresourcemanager.googleapis.com/projects/PROJECT_ID

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX