Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplicationFolderResource ¶
NewApplicationFolderResource is a helper function to simplify the provider implementation.
Types ¶
type ApplicationFolderResourceModel ¶
type ApplicationFolderResourceModel struct {
Id types.String `tfsdk:"id"`
Name types.String `tfsdk:"name"`
Path types.String `tfsdk:"path"`
ParentPath types.String `tfsdk:"parent_path"`
}
ApplicationFolderResourceModel maps the resource schema data.
func (ApplicationFolderResourceModel) RefreshPropertyValues ¶
func (r ApplicationFolderResourceModel) RefreshPropertyValues(application *citrixorchestration.AdminFolderResponseModel) ApplicationFolderResourceModel
Click to show internal directories.
Click to hide internal directories.