mgmz

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 EnvironmentPerms

type EnvironmentPerms struct {
	EnvironmentUUID       string                 `json:"environmentUuid"`
	ManagementPermissions []*ManagementZonePerms `json:"mzPermissions"`
}

type ManagementZonePerms

type ManagementZonePerms struct {
	ManagementZoneID string   `json:"mzId"`
	Permissions      []string `json:"permissions"`
}

type Permission

type Permission struct {
	EnvironmentID    string
	GroupID          string
	ManagementZoneID string
	Permissions      []string
}

func (*Permission) MarshalHCL

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

func (*Permission) Name

func (me *Permission) Name() string

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 {
	GroupID                string              `json:"groupId"`
	EnvironmentPermissions []*EnvironmentPerms `json:"mzPermissionsPerEnvironment"`
}

Jump to

Keyboard shortcuts

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