GitHubAppInstallationTokenToolSettings.

PrivateKey Property

Summary

Private Key generated in github org. The private key is the SINGLE most valuable secret for a GitHub App. We recommend storing the key in a key vault, such as Azure Key Vault or HashiCorp

Syntax

public string PrivateKey { get; set; }

Value

Type Description
string

See Also