computergroups

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Overview

computergroup_data_source.go

computergroup_resource.go

Index

Constants

View Source
const (
	SearchTypeIs           = "is"
	SearchTypeIsNot        = "is not"
	SearchTypeLike         = "like"
	SearchTypeNotLike      = "not like"
	SearchTypeMatchesRegex = "matches regex"
	SearchTypeDoesNotMatch = "does not match regex"
)

Variables

This section is empty.

Functions

func DataSourceJamfProComputerGroups

func DataSourceJamfProComputerGroups() *schema.Resource

DataSourceJamfProComputerGroups provides information about a specific computer group in Jamf Pro.

func DataSourceJamfProComputerGroupsRead

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

func ResourceJamfProComputerGroups

func ResourceJamfProComputerGroups() *schema.Resource

func ResourceJamfProComputerGroupsCreate

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

ResourceJamfProComputerGroupsCreate performs tf creation operations for jamf pro computer group resources

func ResourceJamfProComputerGroupsDelete

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

ResourceJamfProComputerGroupsDelete performs tf delete operations upon jamf pro computer group resources

func ResourceJamfProComputerGroupsRead

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

ResourceJamfProComputerGroupsRead uses the jamf pro sdk to read a computer group object

func ResourceJamfProComputerGroupsUpdate

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

ResourceJamfProComputerGroupsUpdate performs tf update operations upon jamf pro computer group resources

Types

type DeviceGroupAndOr

type DeviceGroupAndOr string
const (
	And DeviceGroupAndOr = "and"
	Or  DeviceGroupAndOr = "or"
)

Jump to

Keyboard shortcuts

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