Details for github
identity providers.
Name | Type | Description | Notes |
---|---|---|---|
ca | str | Optional trusted certificate authority bundle to use when making requests tot he server. | [optional] |
client_id | str | Client identifier of a registered GitHub OAuth application. | [optional] |
client_secret | str | Client secret of a registered GitHub OAuth application. | [optional] |
hostname | str | For GitHub Enterprise you must provide the host name of your instance, such as `example.com`. This value must match the GitHub Enterprise host name value in the `/setup/settings` file and cannot include a port number. For plain GitHub omit this parameter. | [optional] |
organizations | list[str] | Optional list of organizations. Cannot be used in combination with the Teams field. | [optional] |
teams | list[str] | Optional list of teams. Cannot be used in combination with the Organizations field. | [optional] |