Versions in this module Expand all Collapse all v0 v0.99.0 Jun 16, 2026 Changes in this version + func NewInstanceDataSource() datasource.DataSource + func NewInstanceResource() resource.Resource + type AuthParameterModel struct + Name types.String + Value types.String + type AuthenticationModel struct + AzureAD *AzureADModel + OAuth *OAuthModel + Type types.String + type AzureADModel struct + AuthorityUrl types.String + ClientId types.String + ClientSecret types.String + RedirectUrl types.String + type EndpointsModel struct + ArrowFlight types.String + Catalog types.String + Ui types.String + type InstanceDataSourceModel struct + type InstanceModel struct + Timeouts timeouts.Value + type JwtClaimsModel struct + UserName types.String + type Model struct + Authentication *AuthenticationModel + Description types.String + DisplayName types.String + Endpoints types.Object + Id types.String + InstanceId types.String + ProjectId types.String + Region types.String + type OAuthModel struct + AuthorityUrl types.String + ClientId types.String + ClientSecret types.String + JwtClaims *JwtClaimsModel + Parameters []AuthParameterModel + RedirectUrl types.String + Scope types.String