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
Click to show internal directories.
Click to hide internal directories.