admin_role

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: Apache-2.0 Imports: 15 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.String `tfsdk:"permissions"`
}

AdminRoleResourceModel maps the resource schema data.

func (AdminRoleResourceModel) RefreshPropertyValues

Jump to

Keyboard shortcuts

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