Documentation ¶
Overview ¶
REF: https://learn.microsoft.com/en-us/graph/api/resources/intune-apps-wingetapp?view=graph-rest-beta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MimeContentModel ¶
type MimeContentModel struct { Type types.String `tfsdk:"type"` Value types.String `tfsdk:"value"` }
MimeContentModel represents the MIME content structure
type WinGetAppInstallExperienceModel ¶
WinGetAppInstallExperienceModel represents the install experience structure
type WinGetAppResourceModel ¶
type WinGetAppResourceModel struct { ID types.String `tfsdk:"id"` DisplayName types.String `tfsdk:"display_name"` Description types.String `tfsdk:"description"` Publisher types.String `tfsdk:"publisher"` LargeIcon *MimeContentModel `tfsdk:"large_icon"` CreatedDateTime types.String `tfsdk:"created_date_time"` LastModifiedDateTime types.String `tfsdk:"last_modified_date_time"` IsFeatured types.Bool `tfsdk:"is_featured"` PrivacyInformationUrl types.String `tfsdk:"privacy_information_url"` InformationUrl types.String `tfsdk:"information_url"` Owner types.String `tfsdk:"owner"` Developer types.String `tfsdk:"developer"` Notes types.String `tfsdk:"notes"` UploadState types.Int64 `tfsdk:"upload_state"` PublishingState types.String `tfsdk:"publishing_state"` IsAssigned types.Bool `tfsdk:"is_assigned"` RoleScopeTagIds []types.String `tfsdk:"role_scope_tag_ids"` DependentAppCount types.Int64 `tfsdk:"dependent_app_count"` SupersedingAppCount types.Int64 `tfsdk:"superseding_app_count"` SupersededAppCount types.Int64 `tfsdk:"superseded_app_count"` ManifestHash types.String `tfsdk:"manifest_hash"` PackageIdentifier types.String `tfsdk:"package_identifier"` InstallExperience *WinGetAppInstallExperienceModel `tfsdk:"install_experience"` Timeouts timeouts.Value `tfsdk:"timeouts"` }
WinGetAppResourceModel represents the Terraform resource model for a WinGetApp
Click to show internal directories.
Click to hide internal directories.