Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSensorVisibilityExclusionResource ¶
NewSensorVisibilityExclusionResource is a helper function to simplify the provider implementation.
Types ¶
type SensorVisibilityExclusionResourceModel ¶
type SensorVisibilityExclusionResourceModel struct { ID types.String `tfsdk:"id"` Value types.String `tfsdk:"value"` ApplyToDescendantProcesses types.Bool `tfsdk:"apply_to_descendant_processes"` ApplyGlobally types.Bool `tfsdk:"apply_globally"` HostGroups types.Set `tfsdk:"host_groups"` RegexpValue types.String `tfsdk:"regexp_value"` ValueHash types.String `tfsdk:"value_hash"` LastModified types.String `tfsdk:"last_modified"` ModifiedBy types.String `tfsdk:"modified_by"` CreatedOn types.String `tfsdk:"created_on"` CreatedBy types.String `tfsdk:"created_by"` LastUpdated types.String `tfsdk:"last_updated"` }
SensorVisibilityExclusionResourceModel maps the resource schema data.
Click to show internal directories.
Click to hide internal directories.