github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelIntune.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  import "time"
     6  
     7  // IntuneBrand undocumented
     8  type IntuneBrand struct {
     9  	// Object is the base model of IntuneBrand
    10  	Object
    11  	// DisplayName Company/organization name that is displayed to end users.
    12  	DisplayName *string `json:"displayName,omitempty"`
    13  	// ThemeColor Primary theme color used in the Company Portal applications and web portal.
    14  	ThemeColor *RgbColor `json:"themeColor,omitempty"`
    15  	// ShowLogo Boolean that represents whether the administrator-supplied logo images are shown or not shown.
    16  	ShowLogo *bool `json:"showLogo,omitempty"`
    17  	// LightBackgroundLogo Logo image displayed in Company Portal apps which have a light background behind the logo.
    18  	LightBackgroundLogo *MimeContent `json:"lightBackgroundLogo,omitempty"`
    19  	// DarkBackgroundLogo Logo image displayed in Company Portal apps which have a dark background behind the logo.
    20  	DarkBackgroundLogo *MimeContent `json:"darkBackgroundLogo,omitempty"`
    21  	// ShowNameNextToLogo Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
    22  	ShowNameNextToLogo *bool `json:"showNameNextToLogo,omitempty"`
    23  	// LandingPageCustomizedImage Customized image displayed in Company Portal app landing page
    24  	LandingPageCustomizedImage *MimeContent `json:"landingPageCustomizedImage,omitempty"`
    25  	// ShowDisplayNameNextToLogo Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
    26  	ShowDisplayNameNextToLogo *bool `json:"showDisplayNameNextToLogo,omitempty"`
    27  	// ContactITName Name of the person/organization responsible for IT support.
    28  	ContactITName *string `json:"contactITName,omitempty"`
    29  	// ContactITPhoneNumber Phone number of the person/organization responsible for IT support.
    30  	ContactITPhoneNumber *string `json:"contactITPhoneNumber,omitempty"`
    31  	// ContactITEmailAddress Email address of the person/organization responsible for IT support.
    32  	ContactITEmailAddress *string `json:"contactITEmailAddress,omitempty"`
    33  	// ContactITNotes Text comments regarding the person/organization responsible for IT support.
    34  	ContactITNotes *string `json:"contactITNotes,omitempty"`
    35  	// OnlineSupportSiteURL URL to the company/organization’s IT helpdesk site.
    36  	OnlineSupportSiteURL *string `json:"onlineSupportSiteUrl,omitempty"`
    37  	// OnlineSupportSiteName Display name of the company/organization’s IT helpdesk site.
    38  	OnlineSupportSiteName *string `json:"onlineSupportSiteName,omitempty"`
    39  	// PrivacyURL URL to the company/organization’s privacy policy.
    40  	PrivacyURL *string `json:"privacyUrl,omitempty"`
    41  	// CustomPrivacyMessage Custom privacy message.
    42  	CustomPrivacyMessage *string `json:"customPrivacyMessage,omitempty"`
    43  	// IsRemoveDeviceDisabled Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices.
    44  	IsRemoveDeviceDisabled *bool `json:"isRemoveDeviceDisabled,omitempty"`
    45  	// IsFactoryResetDisabled Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices.
    46  	IsFactoryResetDisabled *bool `json:"isFactoryResetDisabled,omitempty"`
    47  	// CompanyPortalBlockedActions Collection of blocked actions on the company portal as per platform and device ownership types.
    48  	CompanyPortalBlockedActions []CompanyPortalBlockedAction `json:"companyPortalBlockedActions,omitempty"`
    49  	// ShowAzureADEnterpriseApps Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal
    50  	ShowAzureADEnterpriseApps *bool `json:"showAzureADEnterpriseApps,omitempty"`
    51  	// ShowOfficeWebApps Boolean that indicates if Office WebApps will be shown in Company Portal
    52  	ShowOfficeWebApps *bool `json:"showOfficeWebApps,omitempty"`
    53  }
    54  
    55  // IntuneBrandingProfile This entity contains data which is used in customizing the tenant level appearance of the Company Portal applications as well as the end user web portal.
    56  type IntuneBrandingProfile struct {
    57  	// Entity is the base model of IntuneBrandingProfile
    58  	Entity
    59  	// ProfileName Name of the profile
    60  	ProfileName *string `json:"profileName,omitempty"`
    61  	// ProfileDescription Description of the profile
    62  	ProfileDescription *string `json:"profileDescription,omitempty"`
    63  	// IsDefaultProfile Boolean that represents whether the profile is used as default or not
    64  	IsDefaultProfile *bool `json:"isDefaultProfile,omitempty"`
    65  	// CreatedDateTime Time when the BrandingProfile was created
    66  	CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
    67  	// LastModifiedDateTime Time when the BrandingProfile was last modified
    68  	LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
    69  	// DisplayName Company/organization name that is displayed to end users
    70  	DisplayName *string `json:"displayName,omitempty"`
    71  	// ThemeColor Primary theme color used in the Company Portal applications and web portal
    72  	ThemeColor *RgbColor `json:"themeColor,omitempty"`
    73  	// ShowLogo Boolean that represents whether the administrator-supplied logo images are shown or not
    74  	ShowLogo *bool `json:"showLogo,omitempty"`
    75  	// ShowDisplayNameNextToLogo Boolean that represents whether the administrator-supplied display name will be shown next to the logo image or not
    76  	ShowDisplayNameNextToLogo *bool `json:"showDisplayNameNextToLogo,omitempty"`
    77  	// ThemeColorLogo Logo image displayed in Company Portal apps which have a theme color background behind the logo
    78  	ThemeColorLogo *MimeContent `json:"themeColorLogo,omitempty"`
    79  	// LightBackgroundLogo Logo image displayed in Company Portal apps which have a light background behind the logo
    80  	LightBackgroundLogo *MimeContent `json:"lightBackgroundLogo,omitempty"`
    81  	// LandingPageCustomizedImage Customized image displayed in Company Portal apps landing page
    82  	LandingPageCustomizedImage *MimeContent `json:"landingPageCustomizedImage,omitempty"`
    83  	// ContactITName Name of the person/organization responsible for IT support
    84  	ContactITName *string `json:"contactITName,omitempty"`
    85  	// ContactITPhoneNumber Phone number of the person/organization responsible for IT support
    86  	ContactITPhoneNumber *string `json:"contactITPhoneNumber,omitempty"`
    87  	// ContactITEmailAddress E-mail address of the person/organization responsible for IT support
    88  	ContactITEmailAddress *string `json:"contactITEmailAddress,omitempty"`
    89  	// ContactITNotes Text comments regarding the person/organization responsible for IT support
    90  	ContactITNotes *string `json:"contactITNotes,omitempty"`
    91  	// OnlineSupportSiteURL URL to the company/organization’s IT helpdesk site
    92  	OnlineSupportSiteURL *string `json:"onlineSupportSiteUrl,omitempty"`
    93  	// OnlineSupportSiteName Display name of the company/organization’s IT helpdesk site
    94  	OnlineSupportSiteName *string `json:"onlineSupportSiteName,omitempty"`
    95  	// PrivacyURL URL to the company/organization’s privacy policy
    96  	PrivacyURL *string `json:"privacyUrl,omitempty"`
    97  	// CustomPrivacyMessage Text comments regarding what the admin has access to on the device
    98  	CustomPrivacyMessage *string `json:"customPrivacyMessage,omitempty"`
    99  	// IsRemoveDeviceDisabled Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices.
   100  	IsRemoveDeviceDisabled *bool `json:"isRemoveDeviceDisabled,omitempty"`
   101  	// IsFactoryResetDisabled Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices.
   102  	IsFactoryResetDisabled *bool `json:"isFactoryResetDisabled,omitempty"`
   103  	// CompanyPortalBlockedActions Collection of blocked actions on the company portal as per platform and device ownership types.
   104  	CompanyPortalBlockedActions []CompanyPortalBlockedAction `json:"companyPortalBlockedActions,omitempty"`
   105  	// ShowAzureADEnterpriseApps Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal
   106  	ShowAzureADEnterpriseApps *bool `json:"showAzureADEnterpriseApps,omitempty"`
   107  	// ShowOfficeWebApps Boolean that indicates if Office WebApps will be shown in Company Portal
   108  	ShowOfficeWebApps *bool `json:"showOfficeWebApps,omitempty"`
   109  	// Assignments undocumented
   110  	Assignments []IntuneBrandingProfileAssignment `json:"assignments,omitempty"`
   111  }
   112  
   113  // IntuneBrandingProfileAssignment This entity contains the properties used to assign a branding profile to a group.
   114  type IntuneBrandingProfileAssignment struct {
   115  	// Entity is the base model of IntuneBrandingProfileAssignment
   116  	Entity
   117  	// Target Assignment target that the branding profile is assigned to.
   118  	Target *DeviceAndAppManagementAssignmentTarget `json:"target,omitempty"`
   119  }