oauth_configuration

package
v0.3.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OAuthConfigurationResource

func OAuthConfigurationResource() resource.Resource

Types

type OAuthConfigurationResourceModel

type OAuthConfigurationResourceModel struct {
	ID               types.Int64  `tfsdk:"id"`
	Type             types.String `tfsdk:"type"`
	Name             types.String `tfsdk:"name"`
	ClientId         types.String `tfsdk:"client_id"`
	ClientSecret     types.String `tfsdk:"client_secret"`
	AuthorizeUrl     types.String `tfsdk:"authorize_url"`
	TokenUrl         types.String `tfsdk:"token_url"`
	RedirectUri      types.String `tfsdk:"redirect_uri"`
	ApplicationIdUri types.String `tfsdk:"application_id_uri"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL