security

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2023 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RootAccountMissingMFACheckId                  = "ckia:aws:security:RootAccountMissingMFA"
	RootAccountMissingMFACheckName                = "MFA on Root Account"
	RootAccountMissingMFACheckDescription         = "" /* 343-byte string literal not displayed */
	RootAccountMissingMFACheckCriteria            = "MFA is not enabled on the root account."
	RootAccountMissingMFACheckRecommendedAction   = "Log in to your root account and activate an MFA device. "
	RootAccountMissingMFACheckAdditionalResources = "" /* 129-byte string literal not displayed */
)

Variables

This section is empty.

Functions

This section is empty.

Types

type RootAccountMissingMFA added in v0.1.0

type RootAccountMissingMFA struct {
	AccountId   string `json:"accountId"`
	AccountName string `json:"accountName"`
}

type RootAccountMissingMFACheck added in v0.1.0

type RootAccountMissingMFACheck struct {
	common.Check
	AccountId              string                  `json:"accountId"`
	RootAccountsMissingMFA []RootAccountMissingMFA `json:"rootAccountsMissingMFA"`
}

func (RootAccountMissingMFACheck) List added in v0.1.0

func (RootAccountMissingMFACheck) Run added in v0.1.0

Jump to

Keyboard shortcuts

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