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.v1beta
Assembly: Google.Apis.AgentIdentity.v1beta.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 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. Name of the resource

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