Package version:

Interface GitHubClientSecret

Client secret information for factory's bring your own app repository configuration.

interface GitHubClientSecret {
    byoaSecretAkvUrl?: string;
    byoaSecretName?: string;
}

Properties

byoaSecretAkvUrl?: string

Bring your own app client secret AKV URL.

byoaSecretName?: string

Bring your own app client secret name in AKV.