Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPolicySetResource ¶
NewPolicySetResource is a helper function to simplify the provider implementation.
Types ¶
type PolicyFilterDataClientModel ¶ added in v0.5.5
type PolicyFilterDataModel ¶ added in v0.5.5
type PolicyFilterModel ¶
type PolicyModel ¶
type PolicyModel struct {
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
IsEnabled types.Bool `tfsdk:"enabled"`
PolicySettings []PolicySettingModel `tfsdk:"policy_settings"`
PolicyFilters []PolicyFilterModel `tfsdk:"policy_filters"`
}
type PolicySetResourceModel ¶
type PolicySetResourceModel struct {
Id types.String `tfsdk:"id"`
Name types.String `tfsdk:"name"`
Type types.String `tfsdk:"type"`
Description types.String `tfsdk:"description"`
Scopes []types.String `tfsdk:"scopes"`
IsAssigned types.Bool `tfsdk:"is_assigned"`
Policies []PolicyModel `tfsdk:"policies"`
}
func (PolicySetResourceModel) RefreshPropertyValues ¶
func (r PolicySetResourceModel) RefreshPropertyValues(policySet *citrixorchestration.PolicySetResponse, policies *citrixorchestration.CollectionEnvelopeOfPolicyResponse) PolicySetResourceModel
Click to show internal directories.
Click to hide internal directories.