ProviderMetadata

Information about the provider. This is useful for auditing, logging, debugging, and other internal uses. It is not considered private information. Hence, it may not contain personally identifiable information.

interface ProviderMetadata {
    product?: string;
}

Hierarchy

  • Record<string, unknown>
    • ProviderMetadata

Properties

Properties

product?: string

An optional name of the source of the development information data.

Bitbucket Server 6.7.2