Documentation
¶
Index ¶
- Constants
- func New(version string) func() provider.Provider
- type AlzModel
- type AlzProvider
- func (p *AlzProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *AlzProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *AlzProvider) Functions(ctx context.Context) []func() function.Function
- func (p *AlzProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *AlzProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *AlzProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type UserAgentPolicy
Constants ¶
View Source
const (
HeaderUserAgent = "User-Agent"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlzModel ¶ added in v0.19.0
type AlzModel struct {
gen.AlzModel
aztfschema.AuthModelWithSubscriptionID
}
AlzModel is the data model for the ALZ provider. It embeds the generated ALZ model and the Entra authentication model.
type AlzProvider ¶
type AlzProvider struct {
// contains filtered or unexported fields
}
AlzProvider defines the provider implementation.
func (*AlzProvider) Configure ¶
func (p *AlzProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*AlzProvider) DataSources ¶
func (p *AlzProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*AlzProvider) Functions ¶ added in v0.12.0
func (p *AlzProvider) Functions(ctx context.Context) []func() function.Function
func (*AlzProvider) Metadata ¶
func (p *AlzProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*AlzProvider) Resources ¶
func (p *AlzProvider) Resources(ctx context.Context) []func() resource.Resource
func (*AlzProvider) Schema ¶
func (p *AlzProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Click to show internal directories.
Click to hide internal directories.