Class ProjectsResource.LocationsResource.AuthProvidersResource.AuthorizationsResource
The "authorizations" collection of methods.
Inherited Members
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 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 |