Class OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource
The "partnerTenants" collection of methods.
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource
Constructors
PartnerTenantsResource(IClientService)
Constructs a new resource.
Declaration
public PartnerTenantsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Delete(string)
Deletes a single PartnerTenant.
Declaration
public virtual OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Name of the resource. |
Returns
| Type | Description |
|---|---|
| OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.DeleteRequest |
Get(string)
Gets details of a single PartnerTenant.
Declaration
public virtual OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the PartnerTenant using the form:
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.GetRequest |
List(string)
Lists PartnerTenants in a given organization.
Declaration
public virtual OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent organization to which the PartnerTenants belong. Format:
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.ListRequest |