accountmanageriface

package
v0.35.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 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 Servicer

type Servicer interface {
	// ValidateAccess creates a new Account instance
	ValidateAccess(role *arn.ARN) error
	// UpsertPrincipalAccess creates roles, policies and update them as needed
	UpsertPrincipalAccess(account *account.Account) error
	// DeletePrincipalAccess removes all the principal roles and policies
	DeletePrincipalAccess(account *account.Account) error
}

Servicer makes working with the Account Manager easier

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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