activations

package
v0.0.0-...-59d4d0b Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const DeviceManagementGenerateHash = "b838baacf2e790db729b6ca3f52724adc8bfb96d"

Variables

View Source
var DeclarationMap = map[string]any{"com.apple.activation.simple": ActivationSimple{}}

Functions

This section is empty.

Types

type ActivationSimple

type ActivationSimple struct {
	// An array of strings that specify the identifiers of configurations to install. A failure to install one of the configurations doesn't prevent other configurations from installing.
	StandardConfigurations []string `json:"StandardConfigurations" required:"true"`
	// A predicate format string as Apple's Predicate Programming <https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Predicates/AdditionalChapters/Introduction.html> describes. The activation only installs when the predicate evaluates to 'true' or isn't present.
	Predicate *string `json:"Predicate,omitempty"`
}

An activation used to install a set of configurations.

func (*ActivationSimple) DeclarationType

func (p *ActivationSimple) DeclarationType() string

Jump to

Keyboard shortcuts

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