Class CloudInventorySyncConfigAzureRequestAttributes

Azure settings for the storage account and container with inventory data.

Hierarchy

  • CloudInventorySyncConfigAzureRequestAttributes

Constructors

Properties

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

Azure AD application (client) ID used for access.

container: string

Blob container name.

resourceGroup: string

Resource group containing the storage account.

storageAccount: string

Storage account name.

subscriptionId: string

Azure subscription ID.

tenantId: string

Azure AD tenant ID.

Generated using TypeDoc