admin_scope

package
v0.6.0-variables Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: Apache-2.0 Imports: 16 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 GetAdminScopeSchema added in v0.6.1

func GetAdminScopeSchema() 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"`
}

AdminScopeDataSourceModel defines the single VDA data model implementation.

func (AdminScopeDataSourceModel) RefreshPropertyValues

type AdminScopeResourceModel

type AdminScopeResourceModel struct {
	Id            types.String `tfsdk:"id"`
	Name          types.String `tfsdk:"name"`
	Description   types.String `tfsdk:"description"`
	ScopedObjects types.List   `tfsdk:"scoped_objects"` //List[ScopedObjectsModel]
}

AdminScopeResourceModel maps the resource schema data.

func (AdminScopeResourceModel) RefreshPropertyValues

type ScopedObjectsModel

type ScopedObjectsModel struct {
	ObjectType types.String `tfsdk:"object_type"`
	Object     types.String `tfsdk:"object"`
}

func (ScopedObjectsModel) GetAttributes

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

func (ScopedObjectsModel) GetSchema

Jump to

Keyboard shortcuts

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