Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.OpenidResource.GetJwksRequest

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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleIdentityStsV1Jwks>
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>
ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.OpenidResource.GetJwksRequest
Implements
IClientServiceRequest<GoogleIdentityStsV1Jwks>
IClientServiceRequest
Inherited Members
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.Xgafv
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.AccessToken
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.Alt
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.Callback
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.Fields
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.Key
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.OauthToken
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.PrettyPrint
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.QuotaUser
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.UploadType
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.UploadProtocol
ClientServiceRequest<GoogleIdentityStsV1Jwks>.Execute()
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ExecuteAsStream()
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ExecuteAsync()
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleIdentityStsV1Jwks>.CreateRequest(bool?)
ClientServiceRequest<GoogleIdentityStsV1Jwks>.GenerateRequestUri()
ClientServiceRequest<GoogleIdentityStsV1Jwks>.GetBody()
ClientServiceRequest<GoogleIdentityStsV1Jwks>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ETagAction
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ModifyRequest
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ValidateParameters
ClientServiceRequest<GoogleIdentityStsV1Jwks>.ApiVersion
ClientServiceRequest<GoogleIdentityStsV1Jwks>.RequestParameters
ClientServiceRequest<GoogleIdentityStsV1Jwks>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.GetJwksRequest : CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>, IClientServiceRequest<GoogleIdentityStsV1Jwks>, IClientServiceRequest

Constructors

GetJwksRequest(IClientService, string)

Constructs a new GetJwks request.

Declaration
public GetJwksRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleIdentityStsV1Jwks>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleIdentityStsV1Jwks>.MethodName

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'

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleIdentityStsV1Jwks>.RestPath

Methods

InitParameters()

Initializes GetJwks parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1Jwks>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX