Azure config.

Hierarchy

  • AzureUCConfig

Constructors

Properties

accountId: string

The tenant ID of the azure account.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
clientId: string

The client ID of the Azure account.

createdAt?: string

The timestamp when the Azure config was created.

datasetType: string

The dataset type of the Azure config.

errorMessages?: string[]

The error messages for the Azure config.

exportName: string

The name of the configured Azure Export.

exportPath: string

The path where the Azure Export is saved.

id?: number

The ID of the Azure config.

months?: number

The number of months the report has been backfilled.

scope: string

The scope of your observed subscription.

status: string

The status of the Azure config.

statusUpdatedAt?: string

The timestamp when the Azure config status was last updated.

storageAccount: string

The name of the storage account where the Azure Export is saved.

storageContainer: string

The name of the storage container where the Azure Export is saved.

updatedAt?: string

The timestamp when the Azure config was last updated.

Generated using TypeDoc