Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.22 KB

GithubIdentityProvider.md

File metadata and controls

16 lines (12 loc) · 1.22 KB

GithubIdentityProvider

Details for github identity providers.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]