auditmanagerframework

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlSets

type ControlSets struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Controls: min=0
	Controls []Controls `hcl:"controls,block" validate:"min=0"`
}

type ControlSetsAttributes

type ControlSetsAttributes struct {
	// contains filtered or unexported fields
}

func (ControlSetsAttributes) Controls

func (ControlSetsAttributes) Id

func (ControlSetsAttributes) InternalRef

func (cs ControlSetsAttributes) InternalRef() (terra.Reference, error)

func (ControlSetsAttributes) InternalTokens

func (cs ControlSetsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ControlSetsAttributes) InternalWithRef

func (ControlSetsAttributes) Name

type ControlSetsState

type ControlSetsState struct {
	Id       string          `json:"id"`
	Name     string          `json:"name"`
	Controls []ControlsState `json:"controls"`
}

type Controls

type Controls struct {
	// Id: string, required
	Id terra.StringValue `hcl:"id,attr" validate:"required"`
}

type ControlsAttributes

type ControlsAttributes struct {
	// contains filtered or unexported fields
}

func (ControlsAttributes) Id

func (ControlsAttributes) InternalRef

func (c ControlsAttributes) InternalRef() (terra.Reference, error)

func (ControlsAttributes) InternalTokens

func (c ControlsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ControlsAttributes) InternalWithRef

func (c ControlsAttributes) InternalWithRef(ref terra.Reference) ControlsAttributes

type ControlsState

type ControlsState struct {
	Id string `json:"id"`
}

Jump to

Keyboard shortcuts

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