Class WebhookAuthorizeRequestBuilder.WebhookAuthorizeRequestBuilderGetQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.Accounts.Item.WebhookAuthorize
- Assembly
- Autodesk.ACC.CostManagement.dll
Webhook authorizer of the account.
public class WebhookAuthorizeRequestBuilder.WebhookAuthorizeRequestBuilderGetQueryParameters
- Inheritance
-
WebhookAuthorizeRequestBuilder.WebhookAuthorizeRequestBuilderGetQueryParameters
- Inherited Members
Properties
Resource
The ID of the resource.
[QueryParameter("resource")]
public string? Resource { get; set; }
Property Value
Subject
The ID of the app.
[QueryParameter("subject")]
public string? Subject { get; set; }