Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceManagementScriptAssignmentResourceModel ¶
type DeviceManagementScriptAssignmentResourceModel struct {
AllDevices types.Bool `tfsdk:"all_devices"`
AllUsers types.Bool `tfsdk:"all_users"`
IncludeGroupIds []types.String `tfsdk:"include_group_ids"`
ExcludeGroupIds []types.String `tfsdk:"exclude_group_ids"`
}
DeviceManagementScriptAssignmentResourceModel struct to hold platform script assignment configuration
type IdentityResourceModel ¶
type IdentitySetResourceModel ¶
type IdentitySetResourceModel struct {
ODataType types.String `tfsdk:"odata_type"`
Application IdentityResourceModel `tfsdk:"application"`
ApplicationInstance IdentityResourceModel `tfsdk:"application_instance"`
Conversation IdentityResourceModel `tfsdk:"conversation"`
ConversationIdentityType IdentityResourceModel `tfsdk:"conversation_identity_type"`
Device IdentityResourceModel `tfsdk:"device"`
Encrypted IdentityResourceModel `tfsdk:"encrypted"`
OnPremises IdentityResourceModel `tfsdk:"on_premises"`
Guest IdentityResourceModel `tfsdk:"guest"`
Phone IdentityResourceModel `tfsdk:"phone"`
User IdentityResourceModel `tfsdk:"user"`
}
type IncludeGroup ¶
type IncludeGroup struct {
GroupId types.String `tfsdk:"group_id"`
IncludeGroupsFilterType types.String `tfsdk:"include_groups_filter_type"`
IncludeGroupsFilterId types.String `tfsdk:"include_groups_filter_id"`
}
IncludeGroup represents a group with its corresponding filter type and filter group ID
type MimeContentResourceModel ¶
type MimeContentResourceModel struct {
Type types.String `tfsdk:"type"`
Value types.String `tfsdk:"value"`
}
MimeContentResourceModel struct to hold the mime content configuration
type SettingsCatalogSettingsAssignmentResourceModel ¶
type SettingsCatalogSettingsAssignmentResourceModel struct {
AllDevices types.Bool `tfsdk:"all_devices"`
AllDevicesFilterType types.String `tfsdk:"all_devices_filter_type"`
AllDevicesFilterId types.String `tfsdk:"all_devices_filter_id"`
AllUsers types.Bool `tfsdk:"all_users"`
AllUsersFilterType types.String `tfsdk:"all_users_filter_type"`
AllUsersFilterId types.String `tfsdk:"all_users_filter_id"`
IncludeGroups []IncludeGroup `tfsdk:"include_groups"`
ExcludeGroupIds []types.String `tfsdk:"exclude_group_ids"`
}
SettingsCatalogSettingsAssignmentResourceModel struct to hold device configuation assignment configuration
Click to show internal directories.
Click to hide internal directories.