GitHubOwnerConfiguration interface
GitHub Owner Inventory Configuration.
Properties
auto |
AutoDiscovery states. |
repository |
GitHub Repository Inventory Configuration. Dictionary of GitHub repository name to desired repository configuration. If AutoDiscovery is Enabled, this field should be null or empty. |
Property Details
autoDiscovery
AutoDiscovery states.
autoDiscovery?: string
Property Value
string
repositoryConfigs
GitHub Repository Inventory Configuration. Dictionary of GitHub repository name to desired repository configuration. If AutoDiscovery is Enabled, this field should be null or empty.
repositoryConfigs?: {[propertyName: string]: BaseResourceConfiguration}
Property Value
{[propertyName: string]: BaseResourceConfiguration}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript