Class ProjectsResource.LocationsResource.RemoveIamPolicyRequest
Remove IAM policy that is currently set on the given resource.
Inheritance
ProjectsResource.LocationsResource.RemoveIamPolicyRequest
Inherited Members
Namespace: Google.Apis.DataFusion.v1beta1
Assembly: Google.Apis.DataFusion.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RemoveIamPolicyRequest : DataFusionBaseServiceRequest<RemoveIamPolicyResponse>, IClientServiceRequest<RemoveIamPolicyResponse>, IClientServiceRequest
Constructors
RemoveIamPolicyRequest(IClientService, RemoveIamPolicyRequest, string)
Constructs a new RemoveIamPolicy request.
Declaration
public RemoveIamPolicyRequest(IClientService service, RemoveIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RemoveIamPolicyRequest | body | |
string | resource |
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
Resource
Required. The resource on which IAM policy to be removed is attached to.
Declaration
[RequestParameter("resource", RequestParameterType.Path)]
public virtual string Resource { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes RemoveIamPolicy parameter list.
Declaration
protected override void InitParameters()