admin_role

package
v1.0.4-wem-preview Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAdminRoleResource

func NewAdminRoleResource() resource.Resource

NewAdminRoleResource is a helper function to simplify the provider implementation.

Types

type AdminRoleResourceModel

type AdminRoleResourceModel struct {
	Id               types.String `tfsdk:"id"`
	Name             types.String `tfsdk:"name"`
	IsBuiltIn        types.Bool   `tfsdk:"is_built_in"`
	Description      types.String `tfsdk:"description"`
	CanLaunchManage  types.Bool   `tfsdk:"can_launch_manage"`
	CanLaunchMonitor types.Bool   `tfsdk:"can_launch_monitor"`
	Permissions      types.Set    `tfsdk:"permissions"` //Set[string]
}

AdminRoleResourceModel maps the resource schema data.

func (AdminRoleResourceModel) GetAttributes added in v0.6.2

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

func (AdminRoleResourceModel) GetSchema added in v0.6.2

func (AdminRoleResourceModel) GetSchema() schema.Schema

func (AdminRoleResourceModel) RefreshPropertyValues

Jump to

Keyboard shortcuts

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