Class LocationsResource.WorkforcePoolsResource.ProvidersResource.ScimTenantsResource.DeleteRequest
Agentspace only. Deletes a WorkforcePoolProviderScimTenant. You can undelete a SCIM tenant for 30 days. After 30 days, deletion is permanent. You cannot update deleted SCIM tenants. However, you can view and list them.
Inheritance
LocationsResource.WorkforcePoolsResource.ProvidersResource.ScimTenantsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.Iam.v1
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class LocationsResource.WorkforcePoolsResource.ProvidersResource.ScimTenantsResource.DeleteRequest : IamBaseServiceRequest<WorkforcePoolProviderScimTenant>, IClientServiceRequest<WorkforcePoolProviderScimTenant>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HardDelete
Optional. Deletes the SCIM tenant immediately. This operation cannot be undone.
Declaration
[RequestParameter("hardDelete", RequestParameterType.Query)]
public virtual bool? HardDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. Agentspace only. The name of the scim tenant to delete. Format:
locations/{location}/workforcePools/{workforce_pool}/providers/{provider}/scimTenants/{scim_tenant}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()