Documentation ¶
Overview ¶
advancedusersearches_object.go
advancedusersearches_data_source.go
advancedusersearches_resource.go
advancedusersearches_state.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceJamfProAdvancedUserSearches ¶ added in v0.0.19
DataSourceJamfProAdvancedUserSearches provides information about a specific API integration by its ID or Name.
func DataSourceJamfProAdvancedUserSearchesRead ¶ added in v0.0.19
func DataSourceJamfProAdvancedUserSearchesRead(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics
DataSourceJamfProAdvancedUserSearchesRead fetches the details of a specific API integration from Jamf Pro using either its unique Name or its Id. The function prioritizes the 'display_name' attribute over the 'id' attribute for fetching details. If neither 'display_name' nor 'id' is provided, it returns an error. Once the details are fetched, they are set in the data source's state.
Parameters: - ctx: The context within which the function is called. It's used for timeouts and cancellation. - d: The current state of the data source. - meta: The meta object that can be used to retrieve the API client connection.
Returns: - diag.Diagnostics: Returns any diagnostics (errors or warnings) encountered during the function's execution.
func ResourceJamfProAdvancedUserSearches ¶
resourceJamfProAdvancedUserSearches defines the schema for managing advanced user Searches in Terraform.
Types ¶
This section is empty.