Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdminScopeResource ¶
NewAdminScopeResource is a helper function to simplify the provider implementation.
Types ¶
type AdminScopeResourceModel ¶
type AdminScopeResourceModel struct {
Id types.String `tfsdk:"id"`
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
ScopedObjects []ScopedObjectsModel `tfsdk:"scoped_objects"`
}
AdminScopeResourceModel maps the resource schema data.
func (AdminScopeResourceModel) RefreshPropertyValues ¶
func (r AdminScopeResourceModel) RefreshPropertyValues(adminScope *citrixorchestration.ScopeResponseModel, scopedObjects []citrixorchestration.ScopedObjectResponseModel) AdminScopeResourceModel
Click to show internal directories.
Click to hide internal directories.