Class LocationsResource.WorkforcePoolsResource.SubjectsResource.DeleteRequest
Deletes a WorkforcePoolSubject. Subject must not already be in a deleted state. A
WorkforcePoolSubject is automatically created the first time an external credential is exchanged for
a Google Cloud credential using a mapped google.subject
attribute. There is no endpoint to
manually create a WorkforcePoolSubject. For 30 days after a WorkforcePoolSubject is deleted, using
the same google.subject
attribute in token exchanges with Google Cloud STS fails. Call
UndeleteWorkforcePoolSubject to undelete a WorkforcePoolSubject that has been deleted, within within
30 days of deleting it. After 30 days, the WorkforcePoolSubject is permanently deleted. At this
point, a token exchange with Google Cloud STS that uses the same mapped google.subject
attribute
automatically creates a new WorkforcePoolSubject that is unrelated to the previously deleted
WorkforcePoolSubject but has the same google.subject
value.
Inheritance
Inherited Members
Namespace: Google.Apis.Iam.v1
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class LocationsResource.WorkforcePoolsResource.SubjectsResource.DeleteRequest : IamBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, 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
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. The resource name of the WorkforcePoolSubject. Special characters, like /
and :
,
must be escaped, because all URLs need to conform to the "When to Escape and Unescape" section
of RFC3986. Format:
locations/{location}/workforcePools/{workforce_pool_id}/subjects/{subject_id}
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()