Documentation
¶
Index ¶
- Variables
- func ResourceSecurityCenterEventThreatDetectionCustomModule() *schema.Resource
- func ResourceSecurityCenterFolderCustomModule() *schema.Resource
- func ResourceSecurityCenterFolderNotificationConfig() *schema.Resource
- func ResourceSecurityCenterFolderSccBigQueryExport() *schema.Resource
- func ResourceSecurityCenterMuteConfig() *schema.Resource
- func ResourceSecurityCenterNotificationConfig() *schema.Resource
- func ResourceSecurityCenterOrganizationCustomModule() *schema.Resource
- func ResourceSecurityCenterOrganizationSccBigQueryExport() *schema.Resource
- func ResourceSecurityCenterProjectCustomModule() *schema.Resource
- func ResourceSecurityCenterProjectNotificationConfig() *schema.Resource
- func ResourceSecurityCenterProjectSccBigQueryExport() *schema.Resource
- func ResourceSecurityCenterSource() *schema.Resource
- func SecurityCenterSourceIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func SecurityCenterSourceIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- type SecurityCenterSourceIamUpdater
- func (u *SecurityCenterSourceIamUpdater) DescribeResource() string
- func (u *SecurityCenterSourceIamUpdater) GetMutexKey() string
- func (u *SecurityCenterSourceIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *SecurityCenterSourceIamUpdater) GetResourceId() string
- func (u *SecurityCenterSourceIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Constants ¶
This section is empty.
Variables ¶
View Source
var SecurityCenterSourceIamSchema = map[string]*schema.Schema{ "organization": { Type: schema.TypeString, Required: true, ForceNew: true, }, "source": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
Functions ¶
func SecurityCenterSourceIamUpdaterProducer ¶
func SecurityCenterSourceIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func SecurityCenterSourceIdParseFunc ¶
func SecurityCenterSourceIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
Types ¶
type SecurityCenterSourceIamUpdater ¶
type SecurityCenterSourceIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*SecurityCenterSourceIamUpdater) DescribeResource ¶
func (u *SecurityCenterSourceIamUpdater) DescribeResource() string
func (*SecurityCenterSourceIamUpdater) GetMutexKey ¶
func (u *SecurityCenterSourceIamUpdater) GetMutexKey() string
func (*SecurityCenterSourceIamUpdater) GetResourceIamPolicy ¶
func (u *SecurityCenterSourceIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*SecurityCenterSourceIamUpdater) GetResourceId ¶
func (u *SecurityCenterSourceIamUpdater) GetResourceId() string
func (*SecurityCenterSourceIamUpdater) SetResourceIamPolicy ¶
func (u *SecurityCenterSourceIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Source Files
¶
- iam_scc_source.go
- resource_scc_event_threat_detection_custom_module.go
- resource_scc_folder_custom_module.go
- resource_scc_folder_notification_config.go
- resource_scc_folder_scc_big_query_export.go
- resource_scc_mute_config.go
- resource_scc_notification_config.go
- resource_scc_organization_custom_module.go
- resource_scc_organization_scc_big_query_export.go
- resource_scc_project_custom_module.go
- resource_scc_project_custom_module_sweeper.go
- resource_scc_project_notification_config.go
- resource_scc_project_notification_config_sweeper.go
- resource_scc_project_scc_big_query_export.go
- resource_scc_project_scc_big_query_export_sweeper.go
- resource_scc_source.go
Click to show internal directories.
Click to hide internal directories.