GithubProvider

class GithubProvider : KotlinProviderResource

The provider type for the github package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

Properties

Link copied to clipboard
val baseUrl: Output<String>?

The GitHub Base API URL

Link copied to clipboard
val organization: Output<String>?

The GitHub organization name to manage. Use this field instead of owner when managing organization accounts.

Link copied to clipboard
val owner: Output<String>?

The GitHub owner name to manage. Use this field instead of organization when managing individual accounts.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val token: Output<String>?

The OAuth token used to connect to GitHub. Anonymous mode is enabled if both token and app_auth are not set.

Link copied to clipboard
val urn: Output<String>