Show / Hide Table of Contents

Class LocationsResource.WorkforcePoolsResource.ProvidersResource

The "providers" collection of methods.

Inheritance
object
LocationsResource.WorkforcePoolsResource.ProvidersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Iam.v1
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class LocationsResource.WorkforcePoolsResource.ProvidersResource

Constructors

ProvidersResource(IClientService)

Constructs a new resource.

Declaration
public ProvidersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Keys

Gets the Keys resource.

Declaration
public virtual LocationsResource.WorkforcePoolsResource.ProvidersResource.KeysResource Keys { get; }
Property Value
Type Description
LocationsResource.WorkforcePoolsResource.ProvidersResource.KeysResource

Operations

Gets the Operations resource.

Declaration
public virtual LocationsResource.WorkforcePoolsResource.ProvidersResource.OperationsResource Operations { get; }
Property Value
Type Description
LocationsResource.WorkforcePoolsResource.ProvidersResource.OperationsResource

Methods

Create(WorkforcePoolProvider, string)

Creates a new WorkforcePoolProvider in a WorkforcePool. You cannot reuse the name of a deleted provider until 30 days after deletion.

Declaration
public virtual LocationsResource.WorkforcePoolsResource.ProvidersResource.CreateRequest Create(WorkforcePoolProvider body, string parent)
Parameters
Type Name Description
WorkforcePoolProvider body

The body of the request.

string parent

Required. The pool to create this provider in. Format: locations/{location}/workforcePools/{workforce_pool_id}

Returns
Type Description
LocationsResource.WorkforcePoolsResource.ProvidersResource.CreateRequest

Delete(string)

Deletes a WorkforcePoolProvider. Deleting a provider does not revoke credentials that have already been issued; they continue to grant access. You can undelete a provider for 30 days. After 30 days, deletion is permanent. You cannot update deleted providers. However, you can view and list them.

Declaration
public virtual LocationsResource.WorkforcePoolsResource.ProvidersResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the provider to delete. Format: locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}

Returns
Type Description
LocationsResource.WorkforcePoolsResource.ProvidersResource.DeleteRequest

Get(string)

Gets an individual WorkforcePoolProvider.

Declaration
public virtual LocationsResource.WorkforcePoolsResource.ProvidersResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the provider to retrieve. Format: locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}

Returns
Type Description
LocationsResource.WorkforcePoolsResource.ProvidersResource.GetRequest

List(string)

Lists all non-deleted WorkforcePoolProviders in a WorkforcePool. If show_deleted is set to true, then deleted providers are also listed.

Declaration
public virtual LocationsResource.WorkforcePoolsResource.ProvidersResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The pool to list providers for. Format: locations/{location}/workforcePools/{workforce_pool_id}

Returns
Type Description
LocationsResource.WorkforcePoolsResource.ProvidersResource.ListRequest

Patch(WorkforcePoolProvider, string)

Updates an existing WorkforcePoolProvider.

Declaration
public virtual LocationsResource.WorkforcePoolsResource.ProvidersResource.PatchRequest Patch(WorkforcePoolProvider body, string name)
Parameters
Type Name Description
WorkforcePoolProvider body

The body of the request.

string name

Identifier. The resource name of the provider. Format: locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}

Returns
Type Description
LocationsResource.WorkforcePoolsResource.ProvidersResource.PatchRequest

Undelete(UndeleteWorkforcePoolProviderRequest, string)

Undeletes a WorkforcePoolProvider, as long as it was deleted fewer than 30 days ago.

Declaration
public virtual LocationsResource.WorkforcePoolsResource.ProvidersResource.UndeleteRequest Undelete(UndeleteWorkforcePoolProviderRequest body, string name)
Parameters
Type Name Description
UndeleteWorkforcePoolProviderRequest body

The body of the request.

string name

Required. The name of the provider to undelete. Format: locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}

Returns
Type Description
LocationsResource.WorkforcePoolsResource.ProvidersResource.UndeleteRequest
In this article
Back to top Generated by DocFX