restrictedsoftware

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Overview

restrictedsoftware_object.go

restrictedsoftware_data_source.go

restrictedsoftware_resource.go

restrictedsoftware_state.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataSourceJamfProRestrictedSoftwareRead

func DataSourceJamfProRestrictedSoftwareRead(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics

DataSourceJamfProRestrictedSoftwareRead fetches the details of a specific Jamf Pro restricted software item from Jamf Pro using either its unique Name or its Id. The function prioritizes the 'name' attribute over the 'id' attribute for fetching details. If neither '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 DataSourceJamfProRestrictedSoftwares

func DataSourceJamfProRestrictedSoftwares() *schema.Resource

DataSourceJamfProRestrictedSoftwares provides information about a specific Jamf Pro Restricted Software by its ID or Name.

func ResourceJamfProRestrictedSoftwares

func ResourceJamfProRestrictedSoftwares() *schema.Resource

resourceJamfProRestrictedSoftwares defines the schema and CRUD operations for managing Jamf Pro Restricted Software in Terraform.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL