application_folder_details

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewApplicationDataSourceSource

func NewApplicationDataSourceSource() datasource.DataSource

Types

type ApplicationDataSource

type ApplicationDataSource struct {
	// contains filtered or unexported fields
}

ApplicationDataSource defines the data source implementation.

func (*ApplicationDataSource) Configure

func (*ApplicationDataSource) Metadata

func (*ApplicationDataSource) Read

func (*ApplicationDataSource) Schema

Schema defines the data source schema.

type ApplicationFolderDetailsDataSourceModel

type ApplicationFolderDetailsDataSourceModel struct {
	Path              types.String               `tfsdk:"path"`
	TotalApplications types.Int64                `tfsdk:"total_applications"`
	ApplicationsList  []ApplicationResourceModel `tfsdk:"applications_list"`
}

type ApplicationResourceModel

type ApplicationResourceModel struct {
	Name                   types.String      `tfsdk:"name"`
	PublishedName          types.String      `tfsdk:"published_name"`
	Description            types.String      `tfsdk:"description"`
	InstalledAppProperties InstalledAppModel `tfsdk:"installed_app_properties"`
	DeliveryGroups         []types.String    `tfsdk:"delivery_groups"`
	ApplicationFolderPath  types.String      `tfsdk:"application_folder_path"`
}

type InstalledAppModel

type InstalledAppModel struct {
	CommandLineArguments  types.String `tfsdk:"command_line_arguments"`
	CommandLineExecutable types.String `tfsdk:"command_line_executable"`
	WorkingDirectory      types.String `tfsdk:"working_directory"`
}

Jump to

Keyboard shortcuts

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