sharedmodels

package
v0.2.0-alpha Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentityResourceModel

type IdentityResourceModel struct {
	ODataType   types.String `tfsdk:"odata_type"`
	DisplayName types.String `tfsdk:"display_name"`
	ID          types.String `tfsdk:"id"`
	TenantID    types.String `tfsdk:"tenant_id"`
}

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 assignment configuration

Jump to

Keyboard shortcuts

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