admin_scope

package
v1.0.1-pre-release Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAdminScopeDataSourceSchema added in v0.6.1

func GetAdminScopeDataSourceSchema() schema.Schema

func NewAdminScopeDataSource

func NewAdminScopeDataSource() datasource.DataSource

func NewAdminScopeResource

func NewAdminScopeResource() resource.Resource

NewAdminScopeResource is a helper function to simplify the provider implementation.

Types

type AdminScopeDataSource

type AdminScopeDataSource struct {
	// contains filtered or unexported fields
}

func (*AdminScopeDataSource) Configure

func (*AdminScopeDataSource) Metadata

func (*AdminScopeDataSource) Read

func (*AdminScopeDataSource) Schema

type AdminScopeDataSourceModel

type AdminScopeDataSourceModel struct {
	Id            types.String `tfsdk:"id"`
	Name          types.String `tfsdk:"name"`
	Description   types.String `tfsdk:"description"`
	IsBuiltIn     types.Bool   `tfsdk:"is_built_in"`
	IsAllScope    types.Bool   `tfsdk:"is_all_scope"`
	IsTenantScope types.Bool   `tfsdk:"is_tenant_scope"`
	TenantId      types.String `tfsdk:"tenant_id"`
	TenantName    types.String `tfsdk:"tenant_name"`
}

func (AdminScopeDataSourceModel) RefreshPropertyValues

type AdminScopeResourceModel

type AdminScopeResourceModel struct {
	Id          types.String `tfsdk:"id"`
	Name        types.String `tfsdk:"name"`
	Description types.String `tfsdk:"description"`
}

AdminScopeResourceModel maps the resource schema data.

func (AdminScopeResourceModel) GetAttributes added in v0.6.2

func (AdminScopeResourceModel) GetAttributes() map[string]schema.Attribute

func (AdminScopeResourceModel) GetSchema added in v0.6.2

func (AdminScopeResourceModel) RefreshPropertyValues

Jump to

Keyboard shortcuts

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