admin_scope

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAdminScopeResource

func NewAdminScopeResource() resource.Resource

NewAdminScopeResource is a helper function to simplify the provider implementation.

Types

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