package
2.3.2+incompatible
Repository: https://github.com/cmu-sei/terraform-provider-crucible.git
Documentation: pkg.go.dev

# Functions

AppInfoFromMap returns an AppInfo struct read from a map object.
AppInstanceFromMap creates an app instance object from a map.
ConnectionFromMap creates a ConsoleConnection object from an equivalent map.
InstanceHasID takes an array of AppInstances and returns whether one of them has the given ID.
ProxmoxInfoFromMap creates a ProxmoxInfo object from an equivalent map.
TeamInfoFromMap returns a TeamInfo struct from a map object.
UserHasID takes a slice of userInfo structs and returns true if any of them have the specified ID.

# Structs

AppInfo used as payload for application creation and return value for application retrieval Fields who's type is interface{} are optional.
AppInstance holds the info needed to manage application instances.
AppTemplate holds the information needed for CRUD operations on an ApplicationTemplate resource.
ConsoleConnection represents a console connection info block.
PlayerUser represents a user outside of a team.
ProxmoxInfo represents a proxmox vm info block.
TeamInfo holds information about a team within a view.
UserInfo holds information about a user within a team.
ViewInfo used as payload for view creation and return value for view retrieval.
No description provided by the author
No description provided by the author
VMInfo used as the payload for VM creation and as the return value for VM retrieval.