Class SecurityMonitoringAzureAppRegistration

An Azure App Registration discovered for the organization.

Hierarchy

  • SecurityMonitoringAzureAppRegistration

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

The client ID of the App Registration.

errorCount: number

The number of errors encountered while crawling resources for this App Registration.

resourceCollectionEnabled: boolean

Whether resource collection is enabled for this App Registration.

subscriptionCount: number

The number of Azure subscriptions associated with this App Registration.

tenantId: string

The Azure tenant ID of the App Registration.

Generated using TypeDoc