admin_user

package
v0.5.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAdminUserResource

func NewAdminUserResource() resource.Resource

NewAdminUserResource is a helper function to simplify the provider implementation.

Types

type AdminUserResourceModel

type AdminUserResourceModel struct {
	Id         types.String  `tfsdk:"id"`
	Name       types.String  `tfsdk:"name"`
	DomainName types.String  `tfsdk:"domain_name"`
	Rights     []RightsModel `tfsdk:"rights"`
	IsEnabled  types.Bool    `tfsdk:"is_enabled"`
}

AdminUserResourceModel maps the resource schema data.

func (AdminUserResourceModel) RefreshPropertyValues

type RightsModel

type RightsModel struct {
	Role  types.String `tfsdk:"role"`
	Scope types.String `tfsdk:"scope"`
}

Jump to

Keyboard shortcuts

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