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

Hierarchy (View Summary)

Properties

lastRefreshedOn?: Date

Gets or sets last refreshed time.

serviceEndpointId?: string

Gets or sets the service endpoint ID.

vault?: string

Gets or sets the vault name.