Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.OpenidResource

The "openid" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.OpenidResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSecurityToken.v1
Assembly: Google.Apis.CloudSecurityToken.v1.dll
Syntax
public class ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.OpenidResource

Constructors

OpenidResource(IClientService)

Constructs a new resource.

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

Methods

GetJwks(string)

Fetches the signing keys for an agentic or managed workload identity pool and returns them in JWKs format, defined in RFC 7517. For now, only agentic system pools are supported.

Declaration
public virtual ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.OpenidResource.GetJwksRequest GetJwks(string name)
Parameters
Type Name Description
string name

Required. The name of the pool whose JWKS needs to be retrieved. Format: 'organizations/{ORGANIZATION_NUMBER}/locations/global/workloadIdentityPools/{POOL_ID}' 'projects/{PROJECT_NUMBER}/locations/global/workloadIdentityPools/{POOL_ID}' Example(s): 'organizations/1234/locations/global/workloadIdentityPools/agents.global.org-1234.system.id.goog' 'projects/12345678/locations/global/workloadIdentityPools/agents.global.proj-12345678.system.id.goog'

Returns
Type Description
ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.OpenidResource.GetJwksRequest
In this article
Back to top Generated by DocFX