LUSID C# SDK
List of all members
Lusid.Sdk.Api.IComplianceApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IComplianceApi:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IComplianceApiSync
ComplianceRuleTemplate CreateComplianceTemplate (string scope, CreateComplianceTemplateRequest createComplianceTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template More...
 
Lusid.Sdk.Client.ApiResponse< ComplianceRuleTemplateCreateComplianceTemplateWithHttpInfo (string scope, CreateComplianceTemplateRequest createComplianceTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template More...
 
DeletedEntityResponse DeleteComplianceRule (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteComplianceRuleWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. More...
 
DeletedEntityResponse DeleteComplianceTemplate (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteComplianceTemplateWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate More...
 
ComplianceRuleResponse GetComplianceRule (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceRule: Get compliance rule. More...
 
Lusid.Sdk.Client.ApiResponse< ComplianceRuleResponseGetComplianceRuleWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceRule: Get compliance rule. More...
 
ComplianceRuleResultV2 GetComplianceRuleResult (string runScope, string runCode, string ruleScope, string ruleCode, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. More...
 
Lusid.Sdk.Client.ApiResponse< ComplianceRuleResultV2GetComplianceRuleResultWithHttpInfo (string runScope, string runCode, string ruleScope, string ruleCode, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. More...
 
ComplianceTemplate GetComplianceTemplate (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. More...
 
Lusid.Sdk.Client.ApiResponse< ComplianceTemplateGetComplianceTemplateWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. More...
 
DecoratedComplianceRunSummary GetDecoratedComplianceRunSummary (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. More...
 
Lusid.Sdk.Client.ApiResponse< DecoratedComplianceRunSummaryGetDecoratedComplianceRunSummaryWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. More...
 
PagedResourceListOfComplianceRuleResponse ListComplianceRules (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceRules: List compliance rules. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceRuleResponseListComplianceRulesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceRules: List compliance rules. More...
 
PagedResourceListOfComplianceRunInfoV2 ListComplianceRuns (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceRunInfoV2ListComplianceRunsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. More...
 
PagedResourceListOfComplianceTemplate ListComplianceTemplates (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceTemplates: List compliance templates. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceTemplateListComplianceTemplatesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceTemplates: List compliance templates. More...
 
ComplianceRunInfoV2 RunCompliance (string runScope, string ruleScope, bool isPreTrade, string recipeIdScope, string recipeIdCode, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] RunCompliance: Run a compliance check. More...
 
Lusid.Sdk.Client.ApiResponse< ComplianceRunInfoV2RunComplianceWithHttpInfo (string runScope, string ruleScope, bool isPreTrade, string recipeIdScope, string recipeIdCode, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] RunCompliance: Run a compliance check. More...
 
ComplianceRunInfoV2 RunCompliancePreview (string runScope, string ruleScope, string recipeIdScope, string recipeIdCode, ComplianceRunConfiguration? complianceRunConfiguration=default(ComplianceRunConfiguration?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] RunCompliancePreview: Run a compliance check. More...
 
Lusid.Sdk.Client.ApiResponse< ComplianceRunInfoV2RunCompliancePreviewWithHttpInfo (string runScope, string ruleScope, string recipeIdScope, string recipeIdCode, ComplianceRunConfiguration? complianceRunConfiguration=default(ComplianceRunConfiguration?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] RunCompliancePreview: Run a compliance check. More...
 
ComplianceRuleTemplate UpdateComplianceTemplate (string scope, string code, UpdateComplianceTemplateRequest updateComplianceTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate More...
 
Lusid.Sdk.Client.ApiResponse< ComplianceRuleTemplateUpdateComplianceTemplateWithHttpInfo (string scope, string code, UpdateComplianceTemplateRequest updateComplianceTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate More...
 
ComplianceRuleResponse UpsertComplianceRule (UpsertComplianceRuleRequest? upsertComplianceRuleRequest=default(UpsertComplianceRuleRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. More...
 
Lusid.Sdk.Client.ApiResponse< ComplianceRuleResponseUpsertComplianceRuleWithHttpInfo (UpsertComplianceRuleRequest? upsertComplianceRuleRequest=default(UpsertComplianceRuleRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. More...
 
UpsertComplianceRunSummaryResult UpsertComplianceRunSummary (UpsertComplianceRunSummaryRequest? upsertComplianceRunSummaryRequest=default(UpsertComplianceRunSummaryRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. More...
 
Lusid.Sdk.Client.ApiResponse< UpsertComplianceRunSummaryResultUpsertComplianceRunSummaryWithHttpInfo (UpsertComplianceRunSummaryRequest? upsertComplianceRunSummaryRequest=default(UpsertComplianceRunSummaryRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IComplianceApiAsync
System.Threading.Tasks.Task< ComplianceRuleTemplateCreateComplianceTemplateAsync (string scope, CreateComplianceTemplateRequest createComplianceTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleTemplate > > CreateComplianceTemplateWithHttpInfoAsync (string scope, CreateComplianceTemplateRequest createComplianceTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteComplianceRuleAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteComplianceRuleWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteComplianceTemplateAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteComplianceTemplateWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate More...
 
System.Threading.Tasks.Task< ComplianceRuleResponseGetComplianceRuleAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceRule: Get compliance rule. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleResponse > > GetComplianceRuleWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceRule: Get compliance rule. More...
 
System.Threading.Tasks.Task< ComplianceRuleResultV2GetComplianceRuleResultAsync (string runScope, string runCode, string ruleScope, string ruleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleResultV2 > > GetComplianceRuleResultWithHttpInfoAsync (string runScope, string runCode, string ruleScope, string ruleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. More...
 
System.Threading.Tasks.Task< ComplianceTemplateGetComplianceTemplateAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceTemplate > > GetComplianceTemplateWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. More...
 
System.Threading.Tasks.Task< DecoratedComplianceRunSummaryGetDecoratedComplianceRunSummaryAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DecoratedComplianceRunSummary > > GetDecoratedComplianceRunSummaryWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. More...
 
System.Threading.Tasks.Task< PagedResourceListOfComplianceRuleResponseListComplianceRulesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceRules: List compliance rules. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceRuleResponse > > ListComplianceRulesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceRules: List compliance rules. More...
 
System.Threading.Tasks.Task< PagedResourceListOfComplianceRunInfoV2ListComplianceRunsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceRunInfoV2 > > ListComplianceRunsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. More...
 
System.Threading.Tasks.Task< PagedResourceListOfComplianceTemplateListComplianceTemplatesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceTemplates: List compliance templates. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceTemplate > > ListComplianceTemplatesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListComplianceTemplates: List compliance templates. More...
 
System.Threading.Tasks.Task< ComplianceRunInfoV2RunComplianceAsync (string runScope, string ruleScope, bool isPreTrade, string recipeIdScope, string recipeIdCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] RunCompliance: Run a compliance check. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRunInfoV2 > > RunComplianceWithHttpInfoAsync (string runScope, string ruleScope, bool isPreTrade, string recipeIdScope, string recipeIdCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] RunCompliance: Run a compliance check. More...
 
System.Threading.Tasks.Task< ComplianceRunInfoV2RunCompliancePreviewAsync (string runScope, string ruleScope, string recipeIdScope, string recipeIdCode, ComplianceRunConfiguration? complianceRunConfiguration=default(ComplianceRunConfiguration?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] RunCompliancePreview: Run a compliance check. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRunInfoV2 > > RunCompliancePreviewWithHttpInfoAsync (string runScope, string ruleScope, string recipeIdScope, string recipeIdCode, ComplianceRunConfiguration? complianceRunConfiguration=default(ComplianceRunConfiguration?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] RunCompliancePreview: Run a compliance check. More...
 
System.Threading.Tasks.Task< ComplianceRuleTemplateUpdateComplianceTemplateAsync (string scope, string code, UpdateComplianceTemplateRequest updateComplianceTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleTemplate > > UpdateComplianceTemplateWithHttpInfoAsync (string scope, string code, UpdateComplianceTemplateRequest updateComplianceTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate More...
 
System.Threading.Tasks.Task< ComplianceRuleResponseUpsertComplianceRuleAsync (UpsertComplianceRuleRequest? upsertComplianceRuleRequest=default(UpsertComplianceRuleRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleResponse > > UpsertComplianceRuleWithHttpInfoAsync (UpsertComplianceRuleRequest? upsertComplianceRuleRequest=default(UpsertComplianceRuleRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. More...
 
System.Threading.Tasks.Task< UpsertComplianceRunSummaryResultUpsertComplianceRunSummaryAsync (UpsertComplianceRunSummaryRequest? upsertComplianceRunSummaryRequest=default(UpsertComplianceRunSummaryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertComplianceRunSummaryResult > > UpsertComplianceRunSummaryWithHttpInfoAsync (UpsertComplianceRunSummaryRequest? upsertComplianceRunSummaryRequest=default(UpsertComplianceRunSummaryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: