Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.GetAllowedLocationsRequest

Returns the trust boundary info for a given workload identity pool.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>
ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.GetAllowedLocationsRequest
Implements
IClientServiceRequest<WorkloadIdentityPoolAllowedLocations>
IClientServiceRequest
Inherited Members
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.Xgafv
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.AccessToken
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.Alt
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.Callback
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.Fields
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.Key
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.OauthToken
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.PrettyPrint
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.QuotaUser
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.UploadType
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.UploadProtocol
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.Execute()
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ExecuteAsStream()
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ExecuteAsync()
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ExecuteAsync(CancellationToken)
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ExecuteAsStreamAsync()
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.CreateRequest(bool?)
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.GenerateRequestUri()
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.GetBody()
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.GetDefaultETagAction(string)
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ETagAction
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ModifyRequest
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ValidateParameters
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.ApiVersion
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.RequestParameters
ClientServiceRequest<WorkloadIdentityPoolAllowedLocations>.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.IAMCredentials.v1
Assembly: Google.Apis.IAMCredentials.v1.dll
Syntax
public class ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.GetAllowedLocationsRequest : IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>, IClientServiceRequest<WorkloadIdentityPoolAllowedLocations>, IClientServiceRequest

Constructors

GetAllowedLocationsRequest(IClientService, string)

Constructs a new GetAllowedLocations request.

Declaration
public GetAllowedLocationsRequest(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<WorkloadIdentityPoolAllowedLocations>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. Resource name of workload identity pool.

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<WorkloadIdentityPoolAllowedLocations>.RestPath

Methods

InitParameters()

Initializes GetAllowedLocations parameter list.

Declaration
protected override void InitParameters()
Overrides
IAMCredentialsBaseServiceRequest<WorkloadIdentityPoolAllowedLocations>.InitParameters()

Implements

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