permissions

package
v1.56.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Permission

type Permission struct {
	Name           string
	GroupID        string
	Environment    string
	ManagementZone string
	Account        string
}

func (*Permission) MarshalHCL

func (me *Permission) MarshalHCL(properties hcl.Properties) error

func (*Permission) Schema

func (me *Permission) Schema() map[string]*schema.Schema

func (*Permission) UnmarshalHCL

func (me *Permission) UnmarshalHCL(decoder hcl.Decoder) error

type PermissionDTO

type PermissionDTO struct {
	Name      string `json:"permissionName"`
	GroupID   string `json:"-"`
	Scope     string `json:"scope"`
	ScopeType string `json:"scopeType"`
}

func (*PermissionDTO) ToID

func (me *PermissionDTO) ToID(groupID string) string

Jump to

Keyboard shortcuts

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