Class ProjectsResource.LocationsResource.FeaturestoresResource.TestIamPermissionsRequest | Google.Apis.Aiplatform.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.FeaturestoresResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

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

Constructors

TestIamPermissionsRequest(IClientService, string)

Constructs a new TestIamPermissions request.

Declaration
public TestIamPermissionsRequest(IClientService service, string resource)
Parameters
Type Name Description
IClientService service
string resource

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Permissions

The set of permissions to check for the resource. Permissions with wildcards (such as * or storage.*) are not allowed. For more information see IAM Overview.

Declaration
[RequestParameter("permissions", RequestParameterType.Query)]
public virtual Repeatable Permissions { get; set; }
Property Value
Type Description
Repeatable<string>

Resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes TestIamPermissions parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest.InitParameters()

Implements

IClientServiceRequest
IClientServiceRequest
In this article
Back to top Generated by DocFX