Documentation
¶
Overview ¶
self_service_branding_image_constructor.go
self_service_branding_image_crud.go
self_service_branding_image_data_validate.go
self_service_branding_image_resource.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBothSources = fmt.Errorf("cannot specify both branding_image_file_path and branding_image_file_web_source, choose one source only") ErrEitherSourceRequired = fmt.Errorf("either branding_image_file_path or branding_image_file_web_source must be specified") ErrDownloadBrandingImage = fmt.Errorf("failed to download Self Service branding image") )
View Source
var ( ErrFailedConstruct = fmt.Errorf("failed to construct self service branding image file path") ErrUploadFailed = fmt.Errorf("failed to upload self service branding image") ErrCreateAfterRetries = fmt.Errorf("failed to create Jamf Pro Self Service branding image after retries") ErrFailedConstructUpdate = fmt.Errorf("failed to construct self service branding image file path for update") ErrUpdateAfterRetries = fmt.Errorf("failed to update Jamf Pro Self Service branding image after retries") )
View Source
var ( ErrExpectedPNGNoExt = fmt.Errorf("expected .png file, got no extension") ErrExpectedPNGBadExt = fmt.Errorf("expected .png file, got invalid extension") )
Functions ¶
func ResourceJamfProSelfServiceBrandingImage ¶
ResourceJamfProSelfServiceBrandingImage defines the schema and RU operations for managing Jamf Pro self service branding images in Terraform.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.