Documentation ¶
Index ¶
- func GenReqDefForCheckLaunch() *def.HttpRequestDef
- func GenReqDefForCreateAccount() *def.HttpRequestDef
- func GenReqDefForDeleteManagedOrganizationalUnits() *def.HttpRequestDef
- func GenReqDefForDeregisterOrganizationalUnit() *def.HttpRequestDef
- func GenReqDefForDisableControl() *def.HttpRequestDef
- func GenReqDefForEnableControl() *def.HttpRequestDef
- func GenReqDefForEnrollAccount() *def.HttpRequestDef
- func GenReqDefForListConfigRuleCompliance() *def.HttpRequestDef
- func GenReqDefForListControlViolations() *def.HttpRequestDef
- func GenReqDefForListControls() *def.HttpRequestDef
- func GenReqDefForListControlsForAccount() *def.HttpRequestDef
- func GenReqDefForListControlsForOrganizationUnit() *def.HttpRequestDef
- func GenReqDefForListDriftDetails() *def.HttpRequestDef
- func GenReqDefForListEnabledControls() *def.HttpRequestDef
- func GenReqDefForListManagedAccounts() *def.HttpRequestDef
- func GenReqDefForListManagedAccountsForParent() *def.HttpRequestDef
- func GenReqDefForListManagedOrganizationalUnits() *def.HttpRequestDef
- func GenReqDefForReRegisterOrganizationalUnit() *def.HttpRequestDef
- func GenReqDefForRegisterOrganizationalUnit() *def.HttpRequestDef
- func GenReqDefForSetupLandingZone() *def.HttpRequestDef
- func GenReqDefForShowAvailableUpdates() *def.HttpRequestDef
- func GenReqDefForShowComplianceStatusForAccount() *def.HttpRequestDef
- func GenReqDefForShowComplianceStatusForOrganizationUnit() *def.HttpRequestDef
- func GenReqDefForShowControl() *def.HttpRequestDef
- func GenReqDefForShowControlOperate() *def.HttpRequestDef
- func GenReqDefForShowControlsForOrganizationUnit() *def.HttpRequestDef
- func GenReqDefForShowHomeRegion() *def.HttpRequestDef
- func GenReqDefForShowLandingZoneConfiguration() *def.HttpRequestDef
- func GenReqDefForShowLandingZoneIdentityCenter() *def.HttpRequestDef
- func GenReqDefForShowLandingZoneStatus() *def.HttpRequestDef
- func GenReqDefForShowManagedAccount() *def.HttpRequestDef
- func GenReqDefForShowManagedCoreAccount() *def.HttpRequestDef
- func GenReqDefForShowManagedOrganizationalUnit() *def.HttpRequestDef
- func GenReqDefForShowOperation() *def.HttpRequestDef
- func GenReqDefForUnEnrollAccount() *def.HttpRequestDef
- func GenReqDefForUpdateManagedAccount() *def.HttpRequestDef
- func RgcClientBuilder() *httpclient.HcHttpClientBuilder
- type CheckLaunchInvoker
- type CreateAccountInvoker
- type DeleteManagedOrganizationalUnitsInvoker
- type DeregisterOrganizationalUnitInvoker
- type DisableControlInvoker
- type EnableControlInvoker
- type EnrollAccountInvoker
- type ListConfigRuleComplianceInvoker
- type ListControlViolationsInvoker
- type ListControlsForAccountInvoker
- type ListControlsForOrganizationUnitInvoker
- type ListControlsInvoker
- type ListDriftDetailsInvoker
- type ListEnabledControlsInvoker
- type ListManagedAccountsForParentInvoker
- type ListManagedAccountsInvoker
- type ListManagedOrganizationalUnitsInvoker
- type ReRegisterOrganizationalUnitInvoker
- type RegisterOrganizationalUnitInvoker
- type RgcClient
- func (c *RgcClient) CheckLaunch(request *model.CheckLaunchRequest) (*model.CheckLaunchResponse, error)
- func (c *RgcClient) CheckLaunchInvoker(request *model.CheckLaunchRequest) *CheckLaunchInvoker
- func (c *RgcClient) CreateAccount(request *model.CreateAccountRequest) (*model.CreateAccountResponse, error)
- func (c *RgcClient) CreateAccountInvoker(request *model.CreateAccountRequest) *CreateAccountInvoker
- func (c *RgcClient) DeleteManagedOrganizationalUnits(request *model.DeleteManagedOrganizationalUnitsRequest) (*model.DeleteManagedOrganizationalUnitsResponse, error)
- func (c *RgcClient) DeleteManagedOrganizationalUnitsInvoker(request *model.DeleteManagedOrganizationalUnitsRequest) *DeleteManagedOrganizationalUnitsInvoker
- func (c *RgcClient) DeregisterOrganizationalUnit(request *model.DeregisterOrganizationalUnitRequest) (*model.DeregisterOrganizationalUnitResponse, error)
- func (c *RgcClient) DeregisterOrganizationalUnitInvoker(request *model.DeregisterOrganizationalUnitRequest) *DeregisterOrganizationalUnitInvoker
- func (c *RgcClient) DisableControl(request *model.DisableControlRequest) (*model.DisableControlResponse, error)
- func (c *RgcClient) DisableControlInvoker(request *model.DisableControlRequest) *DisableControlInvoker
- func (c *RgcClient) EnableControl(request *model.EnableControlRequest) (*model.EnableControlResponse, error)
- func (c *RgcClient) EnableControlInvoker(request *model.EnableControlRequest) *EnableControlInvoker
- func (c *RgcClient) EnrollAccount(request *model.EnrollAccountRequest) (*model.EnrollAccountResponse, error)
- func (c *RgcClient) EnrollAccountInvoker(request *model.EnrollAccountRequest) *EnrollAccountInvoker
- func (c *RgcClient) ListConfigRuleCompliance(request *model.ListConfigRuleComplianceRequest) (*model.ListConfigRuleComplianceResponse, error)
- func (c *RgcClient) ListConfigRuleComplianceInvoker(request *model.ListConfigRuleComplianceRequest) *ListConfigRuleComplianceInvoker
- func (c *RgcClient) ListControlViolations(request *model.ListControlViolationsRequest) (*model.ListControlViolationsResponse, error)
- func (c *RgcClient) ListControlViolationsInvoker(request *model.ListControlViolationsRequest) *ListControlViolationsInvoker
- func (c *RgcClient) ListControls(request *model.ListControlsRequest) (*model.ListControlsResponse, error)
- func (c *RgcClient) ListControlsForAccount(request *model.ListControlsForAccountRequest) (*model.ListControlsForAccountResponse, error)
- func (c *RgcClient) ListControlsForAccountInvoker(request *model.ListControlsForAccountRequest) *ListControlsForAccountInvoker
- func (c *RgcClient) ListControlsForOrganizationUnit(request *model.ListControlsForOrganizationUnitRequest) (*model.ListControlsForOrganizationUnitResponse, error)
- func (c *RgcClient) ListControlsForOrganizationUnitInvoker(request *model.ListControlsForOrganizationUnitRequest) *ListControlsForOrganizationUnitInvoker
- func (c *RgcClient) ListControlsInvoker(request *model.ListControlsRequest) *ListControlsInvoker
- func (c *RgcClient) ListDriftDetails(request *model.ListDriftDetailsRequest) (*model.ListDriftDetailsResponse, error)
- func (c *RgcClient) ListDriftDetailsInvoker(request *model.ListDriftDetailsRequest) *ListDriftDetailsInvoker
- func (c *RgcClient) ListEnabledControls(request *model.ListEnabledControlsRequest) (*model.ListEnabledControlsResponse, error)
- func (c *RgcClient) ListEnabledControlsInvoker(request *model.ListEnabledControlsRequest) *ListEnabledControlsInvoker
- func (c *RgcClient) ListManagedAccounts(request *model.ListManagedAccountsRequest) (*model.ListManagedAccountsResponse, error)
- func (c *RgcClient) ListManagedAccountsForParent(request *model.ListManagedAccountsForParentRequest) (*model.ListManagedAccountsForParentResponse, error)
- func (c *RgcClient) ListManagedAccountsForParentInvoker(request *model.ListManagedAccountsForParentRequest) *ListManagedAccountsForParentInvoker
- func (c *RgcClient) ListManagedAccountsInvoker(request *model.ListManagedAccountsRequest) *ListManagedAccountsInvoker
- func (c *RgcClient) ListManagedOrganizationalUnits(request *model.ListManagedOrganizationalUnitsRequest) (*model.ListManagedOrganizationalUnitsResponse, error)
- func (c *RgcClient) ListManagedOrganizationalUnitsInvoker(request *model.ListManagedOrganizationalUnitsRequest) *ListManagedOrganizationalUnitsInvoker
- func (c *RgcClient) ReRegisterOrganizationalUnit(request *model.ReRegisterOrganizationalUnitRequest) (*model.ReRegisterOrganizationalUnitResponse, error)
- func (c *RgcClient) ReRegisterOrganizationalUnitInvoker(request *model.ReRegisterOrganizationalUnitRequest) *ReRegisterOrganizationalUnitInvoker
- func (c *RgcClient) RegisterOrganizationalUnit(request *model.RegisterOrganizationalUnitRequest) (*model.RegisterOrganizationalUnitResponse, error)
- func (c *RgcClient) RegisterOrganizationalUnitInvoker(request *model.RegisterOrganizationalUnitRequest) *RegisterOrganizationalUnitInvoker
- func (c *RgcClient) SetupLandingZone(request *model.SetupLandingZoneRequest) (*model.SetupLandingZoneResponse, error)
- func (c *RgcClient) SetupLandingZoneInvoker(request *model.SetupLandingZoneRequest) *SetupLandingZoneInvoker
- func (c *RgcClient) ShowAvailableUpdates(request *model.ShowAvailableUpdatesRequest) (*model.ShowAvailableUpdatesResponse, error)
- func (c *RgcClient) ShowAvailableUpdatesInvoker(request *model.ShowAvailableUpdatesRequest) *ShowAvailableUpdatesInvoker
- func (c *RgcClient) ShowComplianceStatusForAccount(request *model.ShowComplianceStatusForAccountRequest) (*model.ShowComplianceStatusForAccountResponse, error)
- func (c *RgcClient) ShowComplianceStatusForAccountInvoker(request *model.ShowComplianceStatusForAccountRequest) *ShowComplianceStatusForAccountInvoker
- func (c *RgcClient) ShowComplianceStatusForOrganizationUnit(request *model.ShowComplianceStatusForOrganizationUnitRequest) (*model.ShowComplianceStatusForOrganizationUnitResponse, error)
- func (c *RgcClient) ShowComplianceStatusForOrganizationUnitInvoker(request *model.ShowComplianceStatusForOrganizationUnitRequest) *ShowComplianceStatusForOrganizationUnitInvoker
- func (c *RgcClient) ShowControl(request *model.ShowControlRequest) (*model.ShowControlResponse, error)
- func (c *RgcClient) ShowControlInvoker(request *model.ShowControlRequest) *ShowControlInvoker
- func (c *RgcClient) ShowControlOperate(request *model.ShowControlOperateRequest) (*model.ShowControlOperateResponse, error)
- func (c *RgcClient) ShowControlOperateInvoker(request *model.ShowControlOperateRequest) *ShowControlOperateInvoker
- func (c *RgcClient) ShowControlsForOrganizationUnit(request *model.ShowControlsForOrganizationUnitRequest) (*model.ShowControlsForOrganizationUnitResponse, error)
- func (c *RgcClient) ShowControlsForOrganizationUnitInvoker(request *model.ShowControlsForOrganizationUnitRequest) *ShowControlsForOrganizationUnitInvoker
- func (c *RgcClient) ShowHomeRegion(request *model.ShowHomeRegionRequest) (*model.ShowHomeRegionResponse, error)
- func (c *RgcClient) ShowHomeRegionInvoker(request *model.ShowHomeRegionRequest) *ShowHomeRegionInvoker
- func (c *RgcClient) ShowLandingZoneConfiguration(request *model.ShowLandingZoneConfigurationRequest) (*model.ShowLandingZoneConfigurationResponse, error)
- func (c *RgcClient) ShowLandingZoneConfigurationInvoker(request *model.ShowLandingZoneConfigurationRequest) *ShowLandingZoneConfigurationInvoker
- func (c *RgcClient) ShowLandingZoneIdentityCenter(request *model.ShowLandingZoneIdentityCenterRequest) (*model.ShowLandingZoneIdentityCenterResponse, error)
- func (c *RgcClient) ShowLandingZoneIdentityCenterInvoker(request *model.ShowLandingZoneIdentityCenterRequest) *ShowLandingZoneIdentityCenterInvoker
- func (c *RgcClient) ShowLandingZoneStatus(request *model.ShowLandingZoneStatusRequest) (*model.ShowLandingZoneStatusResponse, error)
- func (c *RgcClient) ShowLandingZoneStatusInvoker(request *model.ShowLandingZoneStatusRequest) *ShowLandingZoneStatusInvoker
- func (c *RgcClient) ShowManagedAccount(request *model.ShowManagedAccountRequest) (*model.ShowManagedAccountResponse, error)
- func (c *RgcClient) ShowManagedAccountInvoker(request *model.ShowManagedAccountRequest) *ShowManagedAccountInvoker
- func (c *RgcClient) ShowManagedCoreAccount(request *model.ShowManagedCoreAccountRequest) (*model.ShowManagedCoreAccountResponse, error)
- func (c *RgcClient) ShowManagedCoreAccountInvoker(request *model.ShowManagedCoreAccountRequest) *ShowManagedCoreAccountInvoker
- func (c *RgcClient) ShowManagedOrganizationalUnit(request *model.ShowManagedOrganizationalUnitRequest) (*model.ShowManagedOrganizationalUnitResponse, error)
- func (c *RgcClient) ShowManagedOrganizationalUnitInvoker(request *model.ShowManagedOrganizationalUnitRequest) *ShowManagedOrganizationalUnitInvoker
- func (c *RgcClient) ShowOperation(request *model.ShowOperationRequest) (*model.ShowOperationResponse, error)
- func (c *RgcClient) ShowOperationInvoker(request *model.ShowOperationRequest) *ShowOperationInvoker
- func (c *RgcClient) UnEnrollAccount(request *model.UnEnrollAccountRequest) (*model.UnEnrollAccountResponse, error)
- func (c *RgcClient) UnEnrollAccountInvoker(request *model.UnEnrollAccountRequest) *UnEnrollAccountInvoker
- func (c *RgcClient) UpdateManagedAccount(request *model.UpdateManagedAccountRequest) (*model.UpdateManagedAccountResponse, error)
- func (c *RgcClient) UpdateManagedAccountInvoker(request *model.UpdateManagedAccountRequest) *UpdateManagedAccountInvoker
- type SetupLandingZoneInvoker
- type ShowAvailableUpdatesInvoker
- type ShowComplianceStatusForAccountInvoker
- type ShowComplianceStatusForOrganizationUnitInvoker
- type ShowControlInvoker
- type ShowControlOperateInvoker
- type ShowControlsForOrganizationUnitInvoker
- type ShowHomeRegionInvoker
- type ShowLandingZoneConfigurationInvoker
- type ShowLandingZoneIdentityCenterInvoker
- type ShowLandingZoneStatusInvoker
- type ShowManagedAccountInvoker
- type ShowManagedCoreAccountInvoker
- type ShowManagedOrganizationalUnitInvoker
- type ShowOperationInvoker
- type UnEnrollAccountInvoker
- type UpdateManagedAccountInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenReqDefForCheckLaunch ¶
func GenReqDefForCheckLaunch() *def.HttpRequestDef
func GenReqDefForCreateAccount ¶
func GenReqDefForCreateAccount() *def.HttpRequestDef
func GenReqDefForDeleteManagedOrganizationalUnits ¶
func GenReqDefForDeleteManagedOrganizationalUnits() *def.HttpRequestDef
func GenReqDefForDeregisterOrganizationalUnit ¶
func GenReqDefForDeregisterOrganizationalUnit() *def.HttpRequestDef
func GenReqDefForDisableControl ¶
func GenReqDefForDisableControl() *def.HttpRequestDef
func GenReqDefForEnableControl ¶
func GenReqDefForEnableControl() *def.HttpRequestDef
func GenReqDefForEnrollAccount ¶ added in v0.1.78
func GenReqDefForEnrollAccount() *def.HttpRequestDef
func GenReqDefForListConfigRuleCompliance ¶
func GenReqDefForListConfigRuleCompliance() *def.HttpRequestDef
func GenReqDefForListControlViolations ¶
func GenReqDefForListControlViolations() *def.HttpRequestDef
func GenReqDefForListControls ¶
func GenReqDefForListControls() *def.HttpRequestDef
func GenReqDefForListControlsForAccount ¶
func GenReqDefForListControlsForAccount() *def.HttpRequestDef
func GenReqDefForListControlsForOrganizationUnit ¶
func GenReqDefForListControlsForOrganizationUnit() *def.HttpRequestDef
func GenReqDefForListDriftDetails ¶
func GenReqDefForListDriftDetails() *def.HttpRequestDef
func GenReqDefForListEnabledControls ¶
func GenReqDefForListEnabledControls() *def.HttpRequestDef
func GenReqDefForListManagedAccounts ¶
func GenReqDefForListManagedAccounts() *def.HttpRequestDef
func GenReqDefForListManagedAccountsForParent ¶
func GenReqDefForListManagedAccountsForParent() *def.HttpRequestDef
func GenReqDefForListManagedOrganizationalUnits ¶
func GenReqDefForListManagedOrganizationalUnits() *def.HttpRequestDef
func GenReqDefForReRegisterOrganizationalUnit ¶ added in v0.1.78
func GenReqDefForReRegisterOrganizationalUnit() *def.HttpRequestDef
func GenReqDefForRegisterOrganizationalUnit ¶
func GenReqDefForRegisterOrganizationalUnit() *def.HttpRequestDef
func GenReqDefForSetupLandingZone ¶
func GenReqDefForSetupLandingZone() *def.HttpRequestDef
func GenReqDefForShowAvailableUpdates ¶
func GenReqDefForShowAvailableUpdates() *def.HttpRequestDef
func GenReqDefForShowComplianceStatusForAccount ¶
func GenReqDefForShowComplianceStatusForAccount() *def.HttpRequestDef
func GenReqDefForShowComplianceStatusForOrganizationUnit ¶
func GenReqDefForShowComplianceStatusForOrganizationUnit() *def.HttpRequestDef
func GenReqDefForShowControl ¶
func GenReqDefForShowControl() *def.HttpRequestDef
func GenReqDefForShowControlOperate ¶
func GenReqDefForShowControlOperate() *def.HttpRequestDef
func GenReqDefForShowControlsForOrganizationUnit ¶
func GenReqDefForShowControlsForOrganizationUnit() *def.HttpRequestDef
func GenReqDefForShowHomeRegion ¶
func GenReqDefForShowHomeRegion() *def.HttpRequestDef
func GenReqDefForShowLandingZoneConfiguration ¶
func GenReqDefForShowLandingZoneConfiguration() *def.HttpRequestDef
func GenReqDefForShowLandingZoneIdentityCenter ¶
func GenReqDefForShowLandingZoneIdentityCenter() *def.HttpRequestDef
func GenReqDefForShowLandingZoneStatus ¶
func GenReqDefForShowLandingZoneStatus() *def.HttpRequestDef
func GenReqDefForShowManagedAccount ¶
func GenReqDefForShowManagedAccount() *def.HttpRequestDef
func GenReqDefForShowManagedCoreAccount ¶
func GenReqDefForShowManagedCoreAccount() *def.HttpRequestDef
func GenReqDefForShowManagedOrganizationalUnit ¶
func GenReqDefForShowManagedOrganizationalUnit() *def.HttpRequestDef
func GenReqDefForShowOperation ¶
func GenReqDefForShowOperation() *def.HttpRequestDef
func GenReqDefForUnEnrollAccount ¶ added in v0.1.78
func GenReqDefForUnEnrollAccount() *def.HttpRequestDef
func GenReqDefForUpdateManagedAccount ¶
func GenReqDefForUpdateManagedAccount() *def.HttpRequestDef
func RgcClientBuilder ¶
func RgcClientBuilder() *httpclient.HcHttpClientBuilder
Types ¶
type CheckLaunchInvoker ¶
type CheckLaunchInvoker struct {
*invoker.BaseInvoker
}
func (*CheckLaunchInvoker) Invoke ¶
func (i *CheckLaunchInvoker) Invoke() (*model.CheckLaunchResponse, error)
type CreateAccountInvoker ¶
type CreateAccountInvoker struct {
*invoker.BaseInvoker
}
func (*CreateAccountInvoker) Invoke ¶
func (i *CreateAccountInvoker) Invoke() (*model.CreateAccountResponse, error)
type DeleteManagedOrganizationalUnitsInvoker ¶
type DeleteManagedOrganizationalUnitsInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteManagedOrganizationalUnitsInvoker) Invoke ¶
func (i *DeleteManagedOrganizationalUnitsInvoker) Invoke() (*model.DeleteManagedOrganizationalUnitsResponse, error)
type DeregisterOrganizationalUnitInvoker ¶
type DeregisterOrganizationalUnitInvoker struct {
*invoker.BaseInvoker
}
func (*DeregisterOrganizationalUnitInvoker) Invoke ¶
func (i *DeregisterOrganizationalUnitInvoker) Invoke() (*model.DeregisterOrganizationalUnitResponse, error)
type DisableControlInvoker ¶
type DisableControlInvoker struct {
*invoker.BaseInvoker
}
func (*DisableControlInvoker) Invoke ¶
func (i *DisableControlInvoker) Invoke() (*model.DisableControlResponse, error)
type EnableControlInvoker ¶
type EnableControlInvoker struct {
*invoker.BaseInvoker
}
func (*EnableControlInvoker) Invoke ¶
func (i *EnableControlInvoker) Invoke() (*model.EnableControlResponse, error)
type EnrollAccountInvoker ¶ added in v0.1.78
type EnrollAccountInvoker struct {
*invoker.BaseInvoker
}
func (*EnrollAccountInvoker) Invoke ¶ added in v0.1.78
func (i *EnrollAccountInvoker) Invoke() (*model.EnrollAccountResponse, error)
type ListConfigRuleComplianceInvoker ¶
type ListConfigRuleComplianceInvoker struct {
*invoker.BaseInvoker
}
func (*ListConfigRuleComplianceInvoker) Invoke ¶
func (i *ListConfigRuleComplianceInvoker) Invoke() (*model.ListConfigRuleComplianceResponse, error)
type ListControlViolationsInvoker ¶
type ListControlViolationsInvoker struct {
*invoker.BaseInvoker
}
func (*ListControlViolationsInvoker) Invoke ¶
func (i *ListControlViolationsInvoker) Invoke() (*model.ListControlViolationsResponse, error)
type ListControlsForAccountInvoker ¶
type ListControlsForAccountInvoker struct {
*invoker.BaseInvoker
}
func (*ListControlsForAccountInvoker) Invoke ¶
func (i *ListControlsForAccountInvoker) Invoke() (*model.ListControlsForAccountResponse, error)
type ListControlsForOrganizationUnitInvoker ¶
type ListControlsForOrganizationUnitInvoker struct {
*invoker.BaseInvoker
}
func (*ListControlsForOrganizationUnitInvoker) Invoke ¶
func (i *ListControlsForOrganizationUnitInvoker) Invoke() (*model.ListControlsForOrganizationUnitResponse, error)
type ListControlsInvoker ¶
type ListControlsInvoker struct {
*invoker.BaseInvoker
}
func (*ListControlsInvoker) Invoke ¶
func (i *ListControlsInvoker) Invoke() (*model.ListControlsResponse, error)
type ListDriftDetailsInvoker ¶
type ListDriftDetailsInvoker struct {
*invoker.BaseInvoker
}
func (*ListDriftDetailsInvoker) Invoke ¶
func (i *ListDriftDetailsInvoker) Invoke() (*model.ListDriftDetailsResponse, error)
type ListEnabledControlsInvoker ¶
type ListEnabledControlsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEnabledControlsInvoker) Invoke ¶
func (i *ListEnabledControlsInvoker) Invoke() (*model.ListEnabledControlsResponse, error)
type ListManagedAccountsForParentInvoker ¶
type ListManagedAccountsForParentInvoker struct {
*invoker.BaseInvoker
}
func (*ListManagedAccountsForParentInvoker) Invoke ¶
func (i *ListManagedAccountsForParentInvoker) Invoke() (*model.ListManagedAccountsForParentResponse, error)
type ListManagedAccountsInvoker ¶
type ListManagedAccountsInvoker struct {
*invoker.BaseInvoker
}
func (*ListManagedAccountsInvoker) Invoke ¶
func (i *ListManagedAccountsInvoker) Invoke() (*model.ListManagedAccountsResponse, error)
type ListManagedOrganizationalUnitsInvoker ¶
type ListManagedOrganizationalUnitsInvoker struct {
*invoker.BaseInvoker
}
func (*ListManagedOrganizationalUnitsInvoker) Invoke ¶
func (i *ListManagedOrganizationalUnitsInvoker) Invoke() (*model.ListManagedOrganizationalUnitsResponse, error)
type ReRegisterOrganizationalUnitInvoker ¶ added in v0.1.78
type ReRegisterOrganizationalUnitInvoker struct {
*invoker.BaseInvoker
}
func (*ReRegisterOrganizationalUnitInvoker) Invoke ¶ added in v0.1.78
func (i *ReRegisterOrganizationalUnitInvoker) Invoke() (*model.ReRegisterOrganizationalUnitResponse, error)
type RegisterOrganizationalUnitInvoker ¶
type RegisterOrganizationalUnitInvoker struct {
*invoker.BaseInvoker
}
func (*RegisterOrganizationalUnitInvoker) Invoke ¶
func (i *RegisterOrganizationalUnitInvoker) Invoke() (*model.RegisterOrganizationalUnitResponse, error)
type RgcClient ¶
type RgcClient struct {
HcClient *httpclient.HcHttpClient
}
func NewRgcClient ¶
func NewRgcClient(hcClient *httpclient.HcHttpClient) *RgcClient
func (*RgcClient) CheckLaunch ¶
func (c *RgcClient) CheckLaunch(request *model.CheckLaunchRequest) (*model.CheckLaunchResponse, error)
CheckLaunch 设置Landing Zone前检查
在设置Landing Zone之前,检查当前区域是否可以设置Landing Zone。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) CheckLaunchInvoker ¶
func (c *RgcClient) CheckLaunchInvoker(request *model.CheckLaunchRequest) *CheckLaunchInvoker
CheckLaunchInvoker 设置Landing Zone前检查
func (*RgcClient) CreateAccount ¶
func (c *RgcClient) CreateAccount(request *model.CreateAccountRequest) (*model.CreateAccountResponse, error)
CreateAccount 创建账号
在组织里的某个注册OU下创建账号。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) CreateAccountInvoker ¶
func (c *RgcClient) CreateAccountInvoker(request *model.CreateAccountRequest) *CreateAccountInvoker
CreateAccountInvoker 创建账号
func (*RgcClient) DeleteManagedOrganizationalUnits ¶
func (c *RgcClient) DeleteManagedOrganizationalUnits(request *model.DeleteManagedOrganizationalUnitsRequest) (*model.DeleteManagedOrganizationalUnitsResponse, error)
DeleteManagedOrganizationalUnits 删除注册OU
在组织里删除已注册OU。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) DeleteManagedOrganizationalUnitsInvoker ¶
func (c *RgcClient) DeleteManagedOrganizationalUnitsInvoker(request *model.DeleteManagedOrganizationalUnitsRequest) *DeleteManagedOrganizationalUnitsInvoker
DeleteManagedOrganizationalUnitsInvoker 删除注册OU
func (*RgcClient) DeregisterOrganizationalUnit ¶
func (c *RgcClient) DeregisterOrganizationalUnit(request *model.DeregisterOrganizationalUnitRequest) (*model.DeregisterOrganizationalUnitResponse, error)
DeregisterOrganizationalUnit 取消注册OU
将组织里的某个OU从RGC服务里取消注册。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) DeregisterOrganizationalUnitInvoker ¶
func (c *RgcClient) DeregisterOrganizationalUnitInvoker(request *model.DeregisterOrganizationalUnitRequest) *DeregisterOrganizationalUnitInvoker
DeregisterOrganizationalUnitInvoker 取消注册OU
func (*RgcClient) DisableControl ¶
func (c *RgcClient) DisableControl(request *model.DisableControlRequest) (*model.DisableControlResponse, error)
DisableControl 关闭控制策略
关闭组织下的某个单元的某个控制策略。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) DisableControlInvoker ¶
func (c *RgcClient) DisableControlInvoker(request *model.DisableControlRequest) *DisableControlInvoker
DisableControlInvoker 关闭控制策略
func (*RgcClient) EnableControl ¶
func (c *RgcClient) EnableControl(request *model.EnableControlRequest) (*model.EnableControlResponse, error)
EnableControl 开启控制策略
给组织下的某个单元开启某个控制策略。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) EnableControlInvoker ¶
func (c *RgcClient) EnableControlInvoker(request *model.EnableControlRequest) *EnableControlInvoker
EnableControlInvoker 开启控制策略
func (*RgcClient) EnrollAccount ¶ added in v0.1.78
func (c *RgcClient) EnrollAccount(request *model.EnrollAccountRequest) (*model.EnrollAccountResponse, error)
EnrollAccount 纳管账号
将组织里的某个账号纳管到RGC服务。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) EnrollAccountInvoker ¶ added in v0.1.78
func (c *RgcClient) EnrollAccountInvoker(request *model.EnrollAccountRequest) *EnrollAccountInvoker
EnrollAccountInvoker 纳管账号
func (*RgcClient) ListConfigRuleCompliance ¶
func (c *RgcClient) ListConfigRuleCompliance(request *model.ListConfigRuleComplianceRequest) (*model.ListConfigRuleComplianceResponse, error)
ListConfigRuleCompliance 查询纳管账号的Config规则合规性信息
查询纳管账号的Config规则合规性信息
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListConfigRuleComplianceInvoker ¶
func (c *RgcClient) ListConfigRuleComplianceInvoker(request *model.ListConfigRuleComplianceRequest) *ListConfigRuleComplianceInvoker
ListConfigRuleComplianceInvoker 查询纳管账号的Config规则合规性信息
func (*RgcClient) ListControlViolations ¶
func (c *RgcClient) ListControlViolations(request *model.ListControlViolationsRequest) (*model.ListControlViolationsResponse, error)
ListControlViolations 列出不合规信息
列出组织里所有不合规的资源信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListControlViolationsInvoker ¶
func (c *RgcClient) ListControlViolationsInvoker(request *model.ListControlViolationsRequest) *ListControlViolationsInvoker
ListControlViolationsInvoker 列出不合规信息
func (*RgcClient) ListControls ¶
func (c *RgcClient) ListControls(request *model.ListControlsRequest) (*model.ListControlsResponse, error)
ListControls 列出控制策略
列出RGC服务里所有的预置控制策略。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListControlsForAccount ¶
func (c *RgcClient) ListControlsForAccount(request *model.ListControlsForAccountRequest) (*model.ListControlsForAccountResponse, error)
ListControlsForAccount 列出纳管账号下开启的控制策略
列出组织里某个纳管账号开启的所有控制策略信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListControlsForAccountInvoker ¶
func (c *RgcClient) ListControlsForAccountInvoker(request *model.ListControlsForAccountRequest) *ListControlsForAccountInvoker
ListControlsForAccountInvoker 列出纳管账号下开启的控制策略
func (*RgcClient) ListControlsForOrganizationUnit ¶
func (c *RgcClient) ListControlsForOrganizationUnit(request *model.ListControlsForOrganizationUnitRequest) (*model.ListControlsForOrganizationUnitResponse, error)
ListControlsForOrganizationUnit 列出注册OU下开启的控制策略
列出组织里某个注册OU开启的所有控制策略信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListControlsForOrganizationUnitInvoker ¶
func (c *RgcClient) ListControlsForOrganizationUnitInvoker(request *model.ListControlsForOrganizationUnitRequest) *ListControlsForOrganizationUnitInvoker
ListControlsForOrganizationUnitInvoker 列出注册OU下开启的控制策略
func (*RgcClient) ListControlsInvoker ¶
func (c *RgcClient) ListControlsInvoker(request *model.ListControlsRequest) *ListControlsInvoker
ListControlsInvoker 列出控制策略
func (*RgcClient) ListDriftDetails ¶
func (c *RgcClient) ListDriftDetails(request *model.ListDriftDetailsRequest) (*model.ListDriftDetailsResponse, error)
ListDriftDetails 列出漂移信息
列出Landing Zone的所有漂移详细信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListDriftDetailsInvoker ¶
func (c *RgcClient) ListDriftDetailsInvoker(request *model.ListDriftDetailsRequest) *ListDriftDetailsInvoker
ListDriftDetailsInvoker 列出漂移信息
func (*RgcClient) ListEnabledControls ¶
func (c *RgcClient) ListEnabledControls(request *model.ListEnabledControlsRequest) (*model.ListEnabledControlsResponse, error)
ListEnabledControls 列出开启的控制策略
列出组织里开启的所有控制策略信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListEnabledControlsInvoker ¶
func (c *RgcClient) ListEnabledControlsInvoker(request *model.ListEnabledControlsRequest) *ListEnabledControlsInvoker
ListEnabledControlsInvoker 列出开启的控制策略
func (*RgcClient) ListManagedAccounts ¶
func (c *RgcClient) ListManagedAccounts(request *model.ListManagedAccountsRequest) (*model.ListManagedAccountsResponse, error)
ListManagedAccounts 列举控制策略生效的纳管账号信息
列举控制策略生效的纳管账号信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListManagedAccountsForParent ¶
func (c *RgcClient) ListManagedAccountsForParent(request *model.ListManagedAccountsForParentRequest) (*model.ListManagedAccountsForParentResponse, error)
ListManagedAccountsForParent 列出注册OU下的纳管账号信息
列出组织里某个注册OU下的所有纳管账号信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListManagedAccountsForParentInvoker ¶
func (c *RgcClient) ListManagedAccountsForParentInvoker(request *model.ListManagedAccountsForParentRequest) *ListManagedAccountsForParentInvoker
ListManagedAccountsForParentInvoker 列出注册OU下的纳管账号信息
func (*RgcClient) ListManagedAccountsInvoker ¶
func (c *RgcClient) ListManagedAccountsInvoker(request *model.ListManagedAccountsRequest) *ListManagedAccountsInvoker
ListManagedAccountsInvoker 列举控制策略生效的纳管账号信息
func (*RgcClient) ListManagedOrganizationalUnits ¶
func (c *RgcClient) ListManagedOrganizationalUnits(request *model.ListManagedOrganizationalUnitsRequest) (*model.ListManagedOrganizationalUnitsResponse, error)
ListManagedOrganizationalUnits 列举控制策略生效的注册OU信息
列举控制策略生效的注册OU信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ListManagedOrganizationalUnitsInvoker ¶
func (c *RgcClient) ListManagedOrganizationalUnitsInvoker(request *model.ListManagedOrganizationalUnitsRequest) *ListManagedOrganizationalUnitsInvoker
ListManagedOrganizationalUnitsInvoker 列举控制策略生效的注册OU信息
func (*RgcClient) ReRegisterOrganizationalUnit ¶ added in v0.1.78
func (c *RgcClient) ReRegisterOrganizationalUnit(request *model.ReRegisterOrganizationalUnitRequest) (*model.ReRegisterOrganizationalUnitResponse, error)
ReRegisterOrganizationalUnit 重新注册OU
重新注册组织里的某个OU到RGC服务。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ReRegisterOrganizationalUnitInvoker ¶ added in v0.1.78
func (c *RgcClient) ReRegisterOrganizationalUnitInvoker(request *model.ReRegisterOrganizationalUnitRequest) *ReRegisterOrganizationalUnitInvoker
ReRegisterOrganizationalUnitInvoker 重新注册OU
func (*RgcClient) RegisterOrganizationalUnit ¶
func (c *RgcClient) RegisterOrganizationalUnit(request *model.RegisterOrganizationalUnitRequest) (*model.RegisterOrganizationalUnitResponse, error)
RegisterOrganizationalUnit 注册OU
将组织里的某个OU注册到RGC服务。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) RegisterOrganizationalUnitInvoker ¶
func (c *RgcClient) RegisterOrganizationalUnitInvoker(request *model.RegisterOrganizationalUnitRequest) *RegisterOrganizationalUnitInvoker
RegisterOrganizationalUnitInvoker 注册OU
func (*RgcClient) SetupLandingZone ¶
func (c *RgcClient) SetupLandingZone(request *model.SetupLandingZoneRequest) (*model.SetupLandingZoneResponse, error)
SetupLandingZone 设置Landing Zone
在当前区域创建或者更新Landing Zone。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) SetupLandingZoneInvoker ¶
func (c *RgcClient) SetupLandingZoneInvoker(request *model.SetupLandingZoneRequest) *SetupLandingZoneInvoker
SetupLandingZoneInvoker 设置Landing Zone
func (*RgcClient) ShowAvailableUpdates ¶
func (c *RgcClient) ShowAvailableUpdates(request *model.ShowAvailableUpdatesRequest) (*model.ShowAvailableUpdatesResponse, error)
ShowAvailableUpdates 查询Landing Zone可更新状态
查询Landing Zone当前是否需要升级更新。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowAvailableUpdatesInvoker ¶
func (c *RgcClient) ShowAvailableUpdatesInvoker(request *model.ShowAvailableUpdatesRequest) *ShowAvailableUpdatesInvoker
ShowAvailableUpdatesInvoker 查询Landing Zone可更新状态
func (*RgcClient) ShowComplianceStatusForAccount ¶
func (c *RgcClient) ShowComplianceStatusForAccount(request *model.ShowComplianceStatusForAccountRequest) (*model.ShowComplianceStatusForAccountResponse, error)
ShowComplianceStatusForAccount 查询纳管账号的合规状态
查询组织里某个纳管账号的资源合规状态。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowComplianceStatusForAccountInvoker ¶
func (c *RgcClient) ShowComplianceStatusForAccountInvoker(request *model.ShowComplianceStatusForAccountRequest) *ShowComplianceStatusForAccountInvoker
ShowComplianceStatusForAccountInvoker 查询纳管账号的合规状态
func (*RgcClient) ShowComplianceStatusForOrganizationUnit ¶
func (c *RgcClient) ShowComplianceStatusForOrganizationUnit(request *model.ShowComplianceStatusForOrganizationUnitRequest) (*model.ShowComplianceStatusForOrganizationUnitResponse, error)
ShowComplianceStatusForOrganizationUnit 查询注册OU的合规状态
查询组织里某个注册OU下所有纳管账号的资源合规状态。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowComplianceStatusForOrganizationUnitInvoker ¶
func (c *RgcClient) ShowComplianceStatusForOrganizationUnitInvoker(request *model.ShowComplianceStatusForOrganizationUnitRequest) *ShowComplianceStatusForOrganizationUnitInvoker
ShowComplianceStatusForOrganizationUnitInvoker 查询注册OU的合规状态
func (*RgcClient) ShowControl ¶
func (c *RgcClient) ShowControl(request *model.ShowControlRequest) (*model.ShowControlResponse, error)
ShowControl 查询控制策略详细信息
查询单个预置的控制策略详细信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowControlInvoker ¶
func (c *RgcClient) ShowControlInvoker(request *model.ShowControlRequest) *ShowControlInvoker
ShowControlInvoker 查询控制策略详细信息
func (*RgcClient) ShowControlOperate ¶
func (c *RgcClient) ShowControlOperate(request *model.ShowControlOperateRequest) (*model.ShowControlOperateResponse, error)
ShowControlOperate 查询控制策略操作状态
根据操作ID查询返回指定ID的操作状态。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowControlOperateInvoker ¶
func (c *RgcClient) ShowControlOperateInvoker(request *model.ShowControlOperateRequest) *ShowControlOperateInvoker
ShowControlOperateInvoker 查询控制策略操作状态
func (*RgcClient) ShowControlsForOrganizationUnit ¶
func (c *RgcClient) ShowControlsForOrganizationUnit(request *model.ShowControlsForOrganizationUnitRequest) (*model.ShowControlsForOrganizationUnitResponse, error)
ShowControlsForOrganizationUnit 查询注册OU开启的控制策略
查询组织里某个注册OU下开启的某个控制策略的详细信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowControlsForOrganizationUnitInvoker ¶
func (c *RgcClient) ShowControlsForOrganizationUnitInvoker(request *model.ShowControlsForOrganizationUnitRequest) *ShowControlsForOrganizationUnitInvoker
ShowControlsForOrganizationUnitInvoker 查询注册OU开启的控制策略
func (*RgcClient) ShowHomeRegion ¶
func (c *RgcClient) ShowHomeRegion(request *model.ShowHomeRegionRequest) (*model.ShowHomeRegionResponse, error)
ShowHomeRegion 查询主区域
查询Landing Zone的主区域。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowHomeRegionInvoker ¶
func (c *RgcClient) ShowHomeRegionInvoker(request *model.ShowHomeRegionRequest) *ShowHomeRegionInvoker
ShowHomeRegionInvoker 查询主区域
func (*RgcClient) ShowLandingZoneConfiguration ¶
func (c *RgcClient) ShowLandingZoneConfiguration(request *model.ShowLandingZoneConfigurationRequest) (*model.ShowLandingZoneConfigurationResponse, error)
ShowLandingZoneConfiguration 查询Landing Zone的配置
查询当前客户的Landing Zone的所有配置。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowLandingZoneConfigurationInvoker ¶
func (c *RgcClient) ShowLandingZoneConfigurationInvoker(request *model.ShowLandingZoneConfigurationRequest) *ShowLandingZoneConfigurationInvoker
ShowLandingZoneConfigurationInvoker 查询Landing Zone的配置
func (*RgcClient) ShowLandingZoneIdentityCenter ¶
func (c *RgcClient) ShowLandingZoneIdentityCenter(request *model.ShowLandingZoneIdentityCenterRequest) (*model.ShowLandingZoneIdentityCenterResponse, error)
ShowLandingZoneIdentityCenter 查询当前客户的Identity Center用户信息
查询当前客户的Identity Center用户信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowLandingZoneIdentityCenterInvoker ¶
func (c *RgcClient) ShowLandingZoneIdentityCenterInvoker(request *model.ShowLandingZoneIdentityCenterRequest) *ShowLandingZoneIdentityCenterInvoker
ShowLandingZoneIdentityCenterInvoker 查询当前客户的Identity Center用户信息
func (*RgcClient) ShowLandingZoneStatus ¶
func (c *RgcClient) ShowLandingZoneStatus(request *model.ShowLandingZoneStatusRequest) (*model.ShowLandingZoneStatusResponse, error)
ShowLandingZoneStatus 查询Landing Zone设置状态
查询Landing Zone的设置状态。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowLandingZoneStatusInvoker ¶
func (c *RgcClient) ShowLandingZoneStatusInvoker(request *model.ShowLandingZoneStatusRequest) *ShowLandingZoneStatusInvoker
ShowLandingZoneStatusInvoker 查询Landing Zone设置状态
func (*RgcClient) ShowManagedAccount ¶
func (c *RgcClient) ShowManagedAccount(request *model.ShowManagedAccountRequest) (*model.ShowManagedAccountResponse, error)
ShowManagedAccount 查询纳管账号信息
查询组织里某个纳管账号信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowManagedAccountInvoker ¶
func (c *RgcClient) ShowManagedAccountInvoker(request *model.ShowManagedAccountRequest) *ShowManagedAccountInvoker
ShowManagedAccountInvoker 查询纳管账号信息
func (*RgcClient) ShowManagedCoreAccount ¶
func (c *RgcClient) ShowManagedCoreAccount(request *model.ShowManagedCoreAccountRequest) (*model.ShowManagedCoreAccountResponse, error)
ShowManagedCoreAccount 列出核心纳管账号
列出组织里的所有核心纳管账号信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowManagedCoreAccountInvoker ¶
func (c *RgcClient) ShowManagedCoreAccountInvoker(request *model.ShowManagedCoreAccountRequest) *ShowManagedCoreAccountInvoker
ShowManagedCoreAccountInvoker 列出核心纳管账号
func (*RgcClient) ShowManagedOrganizationalUnit ¶
func (c *RgcClient) ShowManagedOrganizationalUnit(request *model.ShowManagedOrganizationalUnitRequest) (*model.ShowManagedOrganizationalUnitResponse, error)
ShowManagedOrganizationalUnit 查询已注册OU信息
查询在RGC服务里的注册OU信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowManagedOrganizationalUnitInvoker ¶
func (c *RgcClient) ShowManagedOrganizationalUnitInvoker(request *model.ShowManagedOrganizationalUnitRequest) *ShowManagedOrganizationalUnitInvoker
ShowManagedOrganizationalUnitInvoker 查询已注册OU信息
func (*RgcClient) ShowOperation ¶
func (c *RgcClient) ShowOperation(request *model.ShowOperationRequest) (*model.ShowOperationResponse, error)
ShowOperation 查询注册过程信息
查询在RGC服务里注册/取消注册的过程信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) ShowOperationInvoker ¶
func (c *RgcClient) ShowOperationInvoker(request *model.ShowOperationRequest) *ShowOperationInvoker
ShowOperationInvoker 查询注册过程信息
func (*RgcClient) UnEnrollAccount ¶ added in v0.1.78
func (c *RgcClient) UnEnrollAccount(request *model.UnEnrollAccountRequest) (*model.UnEnrollAccountResponse, error)
UnEnrollAccount 取消纳管账号
将组织里的某个账号从RGC服务里取消纳管。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) UnEnrollAccountInvoker ¶ added in v0.1.78
func (c *RgcClient) UnEnrollAccountInvoker(request *model.UnEnrollAccountRequest) *UnEnrollAccountInvoker
UnEnrollAccountInvoker 取消纳管账号
func (*RgcClient) UpdateManagedAccount ¶
func (c *RgcClient) UpdateManagedAccount(request *model.UpdateManagedAccountRequest) (*model.UpdateManagedAccountResponse, error)
UpdateManagedAccount 更新纳管账号
更新组织里某个已在RGC服务的纳管账号。
Please refer to HUAWEI cloud API Explorer for details.
func (*RgcClient) UpdateManagedAccountInvoker ¶
func (c *RgcClient) UpdateManagedAccountInvoker(request *model.UpdateManagedAccountRequest) *UpdateManagedAccountInvoker
UpdateManagedAccountInvoker 更新纳管账号
type SetupLandingZoneInvoker ¶
type SetupLandingZoneInvoker struct {
*invoker.BaseInvoker
}
func (*SetupLandingZoneInvoker) Invoke ¶
func (i *SetupLandingZoneInvoker) Invoke() (*model.SetupLandingZoneResponse, error)
type ShowAvailableUpdatesInvoker ¶
type ShowAvailableUpdatesInvoker struct {
*invoker.BaseInvoker
}
func (*ShowAvailableUpdatesInvoker) Invoke ¶
func (i *ShowAvailableUpdatesInvoker) Invoke() (*model.ShowAvailableUpdatesResponse, error)
type ShowComplianceStatusForAccountInvoker ¶
type ShowComplianceStatusForAccountInvoker struct {
*invoker.BaseInvoker
}
func (*ShowComplianceStatusForAccountInvoker) Invoke ¶
func (i *ShowComplianceStatusForAccountInvoker) Invoke() (*model.ShowComplianceStatusForAccountResponse, error)
type ShowComplianceStatusForOrganizationUnitInvoker ¶
type ShowComplianceStatusForOrganizationUnitInvoker struct {
*invoker.BaseInvoker
}
func (*ShowComplianceStatusForOrganizationUnitInvoker) Invoke ¶
func (i *ShowComplianceStatusForOrganizationUnitInvoker) Invoke() (*model.ShowComplianceStatusForOrganizationUnitResponse, error)
type ShowControlInvoker ¶
type ShowControlInvoker struct {
*invoker.BaseInvoker
}
func (*ShowControlInvoker) Invoke ¶
func (i *ShowControlInvoker) Invoke() (*model.ShowControlResponse, error)
type ShowControlOperateInvoker ¶
type ShowControlOperateInvoker struct {
*invoker.BaseInvoker
}
func (*ShowControlOperateInvoker) Invoke ¶
func (i *ShowControlOperateInvoker) Invoke() (*model.ShowControlOperateResponse, error)
type ShowControlsForOrganizationUnitInvoker ¶
type ShowControlsForOrganizationUnitInvoker struct {
*invoker.BaseInvoker
}
func (*ShowControlsForOrganizationUnitInvoker) Invoke ¶
func (i *ShowControlsForOrganizationUnitInvoker) Invoke() (*model.ShowControlsForOrganizationUnitResponse, error)
type ShowHomeRegionInvoker ¶
type ShowHomeRegionInvoker struct {
*invoker.BaseInvoker
}
func (*ShowHomeRegionInvoker) Invoke ¶
func (i *ShowHomeRegionInvoker) Invoke() (*model.ShowHomeRegionResponse, error)
type ShowLandingZoneConfigurationInvoker ¶
type ShowLandingZoneConfigurationInvoker struct {
*invoker.BaseInvoker
}
func (*ShowLandingZoneConfigurationInvoker) Invoke ¶
func (i *ShowLandingZoneConfigurationInvoker) Invoke() (*model.ShowLandingZoneConfigurationResponse, error)
type ShowLandingZoneIdentityCenterInvoker ¶
type ShowLandingZoneIdentityCenterInvoker struct {
*invoker.BaseInvoker
}
func (*ShowLandingZoneIdentityCenterInvoker) Invoke ¶
func (i *ShowLandingZoneIdentityCenterInvoker) Invoke() (*model.ShowLandingZoneIdentityCenterResponse, error)
type ShowLandingZoneStatusInvoker ¶
type ShowLandingZoneStatusInvoker struct {
*invoker.BaseInvoker
}
func (*ShowLandingZoneStatusInvoker) Invoke ¶
func (i *ShowLandingZoneStatusInvoker) Invoke() (*model.ShowLandingZoneStatusResponse, error)
type ShowManagedAccountInvoker ¶
type ShowManagedAccountInvoker struct {
*invoker.BaseInvoker
}
func (*ShowManagedAccountInvoker) Invoke ¶
func (i *ShowManagedAccountInvoker) Invoke() (*model.ShowManagedAccountResponse, error)
type ShowManagedCoreAccountInvoker ¶
type ShowManagedCoreAccountInvoker struct {
*invoker.BaseInvoker
}
func (*ShowManagedCoreAccountInvoker) Invoke ¶
func (i *ShowManagedCoreAccountInvoker) Invoke() (*model.ShowManagedCoreAccountResponse, error)
type ShowManagedOrganizationalUnitInvoker ¶
type ShowManagedOrganizationalUnitInvoker struct {
*invoker.BaseInvoker
}
func (*ShowManagedOrganizationalUnitInvoker) Invoke ¶
func (i *ShowManagedOrganizationalUnitInvoker) Invoke() (*model.ShowManagedOrganizationalUnitResponse, error)
type ShowOperationInvoker ¶
type ShowOperationInvoker struct {
*invoker.BaseInvoker
}
func (*ShowOperationInvoker) Invoke ¶
func (i *ShowOperationInvoker) Invoke() (*model.ShowOperationResponse, error)
type UnEnrollAccountInvoker ¶ added in v0.1.78
type UnEnrollAccountInvoker struct {
*invoker.BaseInvoker
}
func (*UnEnrollAccountInvoker) Invoke ¶ added in v0.1.78
func (i *UnEnrollAccountInvoker) Invoke() (*model.UnEnrollAccountResponse, error)
type UpdateManagedAccountInvoker ¶
type UpdateManagedAccountInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateManagedAccountInvoker) Invoke ¶
func (i *UpdateManagedAccountInvoker) Invoke() (*model.UpdateManagedAccountResponse, error)