Documentation ¶
Index ¶
- Variables
- func ResourceSecurityCenterV2FolderMuteConfig() *schema.Resource
- func ResourceSecurityCenterV2FolderNotificationConfig() *schema.Resource
- func ResourceSecurityCenterV2FolderSccBigQueryExport() *schema.Resource
- func ResourceSecurityCenterV2OrganizationMuteConfig() *schema.Resource
- func ResourceSecurityCenterV2OrganizationNotificationConfig() *schema.Resource
- func ResourceSecurityCenterV2OrganizationSccBigQueryExport() *schema.Resource
- func ResourceSecurityCenterV2OrganizationSccBigQueryExports() *schema.Resource
- func ResourceSecurityCenterV2OrganizationSource() *schema.Resource
- func ResourceSecurityCenterV2ProjectMuteConfig() *schema.Resource
- func ResourceSecurityCenterV2ProjectNotificationConfig() *schema.Resource
- func ResourceSecurityCenterV2ProjectSccBigQueryExport() *schema.Resource
- func SecurityCenterV2OrganizationSourceIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func SecurityCenterV2OrganizationSourceIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- type SecurityCenterV2OrganizationSourceIamUpdater
- func (u *SecurityCenterV2OrganizationSourceIamUpdater) DescribeResource() string
- func (u *SecurityCenterV2OrganizationSourceIamUpdater) GetMutexKey() string
- func (u *SecurityCenterV2OrganizationSourceIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *SecurityCenterV2OrganizationSourceIamUpdater) GetResourceId() string
- func (u *SecurityCenterV2OrganizationSourceIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Constants ¶
This section is empty.
Variables ¶
View Source
var SecurityCenterV2OrganizationSourceIamSchema = 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 SecurityCenterV2OrganizationSourceIamUpdaterProducer ¶
func SecurityCenterV2OrganizationSourceIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func SecurityCenterV2OrganizationSourceIdParseFunc ¶
func SecurityCenterV2OrganizationSourceIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
Types ¶
type SecurityCenterV2OrganizationSourceIamUpdater ¶
type SecurityCenterV2OrganizationSourceIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*SecurityCenterV2OrganizationSourceIamUpdater) DescribeResource ¶
func (u *SecurityCenterV2OrganizationSourceIamUpdater) DescribeResource() string
func (*SecurityCenterV2OrganizationSourceIamUpdater) GetMutexKey ¶
func (u *SecurityCenterV2OrganizationSourceIamUpdater) GetMutexKey() string
func (*SecurityCenterV2OrganizationSourceIamUpdater) GetResourceIamPolicy ¶
func (u *SecurityCenterV2OrganizationSourceIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*SecurityCenterV2OrganizationSourceIamUpdater) GetResourceId ¶
func (u *SecurityCenterV2OrganizationSourceIamUpdater) GetResourceId() string
func (*SecurityCenterV2OrganizationSourceIamUpdater) SetResourceIamPolicy ¶
func (u *SecurityCenterV2OrganizationSourceIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Source Files ¶
- iam_scc_v2_organization_source.go
- resource_scc_v2_folder_mute_config.go
- resource_scc_v2_folder_mute_config_sweeper.go
- resource_scc_v2_folder_notification_config.go
- resource_scc_v2_folder_notification_config_sweeper.go
- resource_scc_v2_folder_scc_big_query_export.go
- resource_scc_v2_folder_scc_big_query_export_sweeper.go
- resource_scc_v2_organization_mute_config.go
- resource_scc_v2_organization_mute_config_sweeper.go
- resource_scc_v2_organization_notification_config.go
- resource_scc_v2_organization_notification_config_sweeper.go
- resource_scc_v2_organization_scc_big_query_export.go
- resource_scc_v2_organization_scc_big_query_export_sweeper.go
- resource_scc_v2_organization_scc_big_query_exports.go
- resource_scc_v2_organization_scc_big_query_exports_sweeper.go
- resource_scc_v2_organization_source.go
- resource_scc_v2_project_mute_config.go
- resource_scc_v2_project_mute_config_sweeper.go
- resource_scc_v2_project_notification_config.go
- resource_scc_v2_project_notification_config_sweeper.go
- resource_scc_v2_project_scc_big_query_export.go
- resource_scc_v2_project_scc_big_query_export_sweeper.go
Click to show internal directories.
Click to hide internal directories.