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}