Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.WellKnownResource.GetOpenidConfigurationRequest

Gets the OIDC provider configuration for an agentic or managed workload identity pool following the OIDC 1.0 discovery specification. For now, only agentic system pools are supported.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>
ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.WellKnownResource.GetOpenidConfigurationRequest
Implements
IClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>
IClientServiceRequest
Inherited Members
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.Xgafv
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.AccessToken
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.Alt
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.Callback
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.Fields
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.Key
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.OauthToken
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.PrettyPrint
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.QuotaUser
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.UploadType
CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.UploadProtocol
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.Execute()
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ExecuteAsStream()
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ExecuteAsync()
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.CreateRequest(bool?)
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.GenerateRequestUri()
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.GetBody()
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ETagAction
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ModifyRequest
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ValidateParameters
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.ApiVersion
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.RequestParameters
ClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>.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.WellKnownResource.GetOpenidConfigurationRequest : CloudSecurityTokenBaseServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>, IClientServiceRequest<GoogleIdentityStsV1OpenIdProviderConfig>, IClientServiceRequest

Constructors

GetOpenidConfigurationRequest(IClientService, string)

Constructs a new GetOpenidConfiguration request.

Declaration
public GetOpenidConfigurationRequest(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<GoogleIdentityStsV1OpenIdProviderConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the pool whose OpenID provider configuration to retrieve. Format: 'organizations/{ORGANIZATION_NUMBER}/locations/global/workloadIdentityPools/{POOL_ID}' 'projects/{PROJECT_NUMBER}/locations/global/workloadIdentityPools/{POOL_ID}' Example: '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<GoogleIdentityStsV1OpenIdProviderConfig>.RestPath

Methods

InitParameters()

Initializes GetOpenidConfiguration parameter list.

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

Implements

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