admin_scope

package
v0.5.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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 []ScopedObjectsModel `tfsdk:"scoped_objects"`
}

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"`
}

Jump to

Keyboard shortcuts

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