Defines provider data of the variable group.

interface AzureKeyVaultVariableGroupProviderData {
    lastRefreshedOn?: Date;
    serviceEndpointId?: string;
    vault?: string;
}

Hierarchy (View Summary)

Properties

lastRefreshedOn?: Date
serviceEndpointId?: string
vault?: string