iam

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAMPageModel

type IAMPageModel struct {
	page.Model
}

func NewIAMPage

func NewIAMPage(ctx *context.ProgramContext) *IAMPageModel

func (*IAMPageModel) FetchData

func (m *IAMPageModel) FetchData(client *data.Client) tea.Cmd

func (*IAMPageModel) Inspect

func (m *IAMPageModel) Inspect(client *data.Client) tea.Cmd

type PolicyPageContext

type PolicyPageContext struct {
	// Managed Policies require only the Policy ARN
	PolicyArn string
	// Inlines have the PolicyName + (UserName or RoleName)
	PolicyName string
	UserName   string
	RoleName   string
}

type PolicyPageModel

type PolicyPageModel struct {
	page.Model
}

func NewPolicyPage

func NewPolicyPage(ctx *context.ProgramContext) *PolicyPageModel

func (*PolicyPageModel) FetchData

func (m *PolicyPageModel) FetchData(client *data.Client) tea.Cmd

type RolePageContext

type RolePageContext struct {
	RoleName string
}

type RolePageModel

type RolePageModel struct {
	page.Model
}

func NewRolePage

func NewRolePage(ctx *context.ProgramContext) *RolePageModel

func (*RolePageModel) FetchData

func (m *RolePageModel) FetchData(client *data.Client) tea.Cmd

func (*RolePageModel) Inspect

func (m *RolePageModel) Inspect(client *data.Client) tea.Cmd

type UserPageContext

type UserPageContext struct {
	UserName string
}

type UserPageModel

type UserPageModel struct {
	page.Model
}

func NewUserPage

func NewUserPage(ctx *context.ProgramContext) *UserPageModel

func (*UserPageModel) FetchData

func (m *UserPageModel) FetchData(client *data.Client) tea.Cmd

func (*UserPageModel) Inspect

func (m *UserPageModel) Inspect(client *data.Client) tea.Cmd

Jump to

Keyboard shortcuts

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