Versions in this module Expand all Collapse all v0 v0.0.2 Sep 28, 2024 Changes in this version + func NewApplicationDataSource() datasource.DataSource + func NewApplicationResource() resource.Resource + type ApplicationDataSource struct + func (d *ApplicationDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...) + func (d *ApplicationDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...) + func (d *ApplicationDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) + func (d *ApplicationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...) + type ApplicationDataSourceModel struct + ClientID types.String + ClientSecret types.String + ID types.String + Name types.String + Type types.String + type ApplicationResource struct + func (r *ApplicationResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...) + func (r *ApplicationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) + func (r *ApplicationResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) + func (r *ApplicationResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...) + func (r *ApplicationResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...) + func (r *ApplicationResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) + func (r *ApplicationResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) + func (r *ApplicationResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) + type ApplicationResourceModel struct + ClientID types.String + ClientSecret types.String + HomepageURI types.String + ID types.String + LanguageKey types.String + LoginURI types.String + LogoutURIs types.List + Name types.String + RedirectURIs types.List + Type types.String v0.0.1 Sep 22, 2024 Changes in this version + func New(version string) func() provider.Provider + func NewAPIDataSource() datasource.DataSource + func NewAPIResource() resource.Resource + type APIDataSource struct + func (d *APIDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...) + func (d *APIDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...) + func (d *APIDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) + func (d *APIDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...) + type APIDataSourceModel struct + Audience types.String + ID types.String + Name types.String + type APIResource struct + func (r *APIResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...) + func (r *APIResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) + func (r *APIResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) + func (r *APIResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...) + func (r *APIResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...) + func (r *APIResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) + func (r *APIResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) + func (r *APIResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) + type APIResourceModel struct + Audience types.String + ID types.String + Name types.String + type KindeProvider struct + func (p *KindeProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...) + func (p *KindeProvider) DataSources(ctx context.Context) []func() datasource.DataSource + func (p *KindeProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...) + func (p *KindeProvider) Resources(ctx context.Context) []func() resource.Resource + func (p *KindeProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) + type KindeProviderModel struct + Audience types.String + ClientID types.String + ClientSecret types.String + Domain types.String