admin_scope

package
v1.0.11-bugfix-1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2025 License: Apache-2.0 Imports: 20 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 AdminScopeModel added in v1.0.7

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

AdminScopeModel maps the resource schema data.

func (AdminScopeModel) GetAttributes added in v1.0.7

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

func (AdminScopeModel) GetDataSourceAttributes added in v1.0.7

func (AdminScopeModel) GetDataSourceAttributes() map[string]schema.Attribute

func (AdminScopeModel) GetDataSourceSchema added in v1.0.7

func (AdminScopeModel) GetDataSourceSchema() schema.Schema

func (AdminScopeModel) GetSchema added in v1.0.7

func (AdminScopeModel) GetSchema() schema.Schema

func (AdminScopeModel) RefreshPropertyValues added in v1.0.7

func (r AdminScopeModel) RefreshPropertyValues(ctx context.Context, diagnostics *diag.Diagnostics, adminScope *citrixorchestration.ScopeResponseModel) AdminScopeModel

Jump to

Keyboard shortcuts

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