Documentation ¶
Index ¶
- type Provisioner
- func NewCreateAccountManager(c types.ConnectorClient, dbPath string, login string, email string) *Provisioner
- func NewCredentialRotator(c types.ConnectorClient, dbPath string, resourceId string, resourceType string) *Provisioner
- func NewGranter(c types.ConnectorClient, dbPath string, entitlementID string, ...) *Provisioner
- func NewResourceDeleter(c types.ConnectorClient, dbPath string, resourceId string, resourceType string) *Provisioner
- func NewRevoker(c types.ConnectorClient, dbPath string, grantID string) *Provisioner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provisioner ¶
type Provisioner struct {
// contains filtered or unexported fields
}
func NewCreateAccountManager ¶ added in v0.1.15
func NewCreateAccountManager(c types.ConnectorClient, dbPath string, login string, email string) *Provisioner
func NewCredentialRotator ¶ added in v0.1.15
func NewCredentialRotator(c types.ConnectorClient, dbPath string, resourceId string, resourceType string) *Provisioner
func NewGranter ¶
func NewGranter(c types.ConnectorClient, dbPath string, entitlementID string, principalID string, principalType string) *Provisioner
func NewResourceDeleter ¶ added in v0.1.15
func NewResourceDeleter(c types.ConnectorClient, dbPath string, resourceId string, resourceType string) *Provisioner
func NewRevoker ¶
func NewRevoker(c types.ConnectorClient, dbPath string, grantID string) *Provisioner
Click to show internal directories.
Click to hide internal directories.