Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com> Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/28 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Petar Nikolovski <petar.nikolovski@protonmail.com> Co-committed-by: Petar Nikolovski <petar.nikolovski@protonmail.com>
851 B
851 B
page_title | subcategory | description |
---|---|---|
gitea_oauth2_app Resource - terraform-provider-gitea | Handling gitea oauth application https://docs.gitea.io/en-us/oauth2-provider/ resources |
gitea_oauth2_app (Resource)
Handling gitea oauth application resources
Schema
Required
name
(String) OAuth Application nameredirect_uris
(Set of String) Accepted redirect URIs
Optional
confidential_client
(Boolean) If set to false, it will be a public client (PKCE will be required)
Read-Only
client_id
(String) OAuth2 Application client idclient_secret
(String, Sensitive) Oauth2 Application client secretid
(String) The ID of this resource.