Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthProvidersResource.AuthorizationsResource

The "authorizations" collection of methods.

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

Constructors

AuthorizationsResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string)

Deletes a single authorization.

Declaration
public virtual ProjectsResource.LocationsResource.AuthProvidersResource.AuthorizationsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of the authorization to delete. Format: projects/{project}/locations/{location}/authProviders/{auth_provider}/authorizations/{authorization}

Returns
Type Description
ProjectsResource.LocationsResource.AuthProvidersResource.AuthorizationsResource.DeleteRequest

Get(string)

Gets details of a single authorization.

Declaration
public virtual ProjectsResource.LocationsResource.AuthProvidersResource.AuthorizationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the authorization.

Returns
Type Description
ProjectsResource.LocationsResource.AuthProvidersResource.AuthorizationsResource.GetRequest

List(string)

Lists authorizations in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.AuthProvidersResource.AuthorizationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource where the search is performed. Format: projects/{project}/locations/{location}/authProviders/{auth_provider}

Returns
Type Description
ProjectsResource.LocationsResource.AuthProvidersResource.AuthorizationsResource.ListRequest
In this article
Back to top Generated by DocFX