intuneBrandingProfile リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

このエンティティには、ポータル サイト アプリケーションとエンド ユーザー Web ポータルのテナント レベルの外観をカスタマイズする際に使用されるデータが含まれています。

メソッド

メソッド 戻り値の型 説明
intuneBrandingProfiles を一覧表示する intuneBrandingProfile コレクション intuneBrandingProfile オブジェクトのプロパティとリレーションシップを一覧表示します。
intuneBrandingProfile を取得する intuneBrandingProfile intuneBrandingProfile オブジェクトのプロパティとリレーションシップを読み取ります。
intuneBrandingProfile を作成する intuneBrandingProfile 新しい intuneBrandingProfile オブジェクトを 作成します。
intuneBrandingProfile を削除する なし intuneBrandingProfile を削除します
intuneBrandingProfile を更新する intuneBrandingProfile intuneBrandingProfile オブジェクトのプロパティを更新します。
assign アクション なし

プロパティ

プロパティ 説明
id String プロファイル キー
profileName String プロファイルの名前
profileDescription String プロファイルの説明
isDefaultProfile ブール型 プロファイルが既定として使用されるかどうかを表すブール値
createdDateTime DateTimeOffset BrandingProfile が作成された時刻
lastModifiedDateTime DateTimeOffset BrandingProfile が最後に変更された時刻
displayName String エンド ユーザーに表示される会社名/organization名
themeColor rgbColor ポータル サイト アプリケーションと Web ポータルで使用されるプライマリ テーマの色
showLogo ブール型 管理者が指定したロゴ イメージを表示するかどうかを表すブール型 (Boolean)
showDisplayNameNextToLogo ブール型 管理者が指定した表示名をロゴ イメージの横に表示するかどうかを表すブール値
themeColorLogo mimeContent ロゴの背景にテーマカラーを持つポータル サイトアプリに表示されるロゴ画像
lightBackgroundLogo mimeContent ロゴの背景が明るいポータル サイトアプリに表示されるロゴ 画像
landingPageCustomizedImage mimeContent ポータル サイトアプリのランディング ページに表示されるカスタマイズされた画像
contactITName String IT サポートを担当する担当者/organizationの名前
contactITPhoneNumber String IT サポートを担当するユーザー/organizationの電話番号
contactITEmailAddress String IT サポートを担当するユーザー/organizationの電子メール アドレス
contactITNotes String IT サポートを担当するユーザー/organizationに関するテキスト コメント
onlineSupportSiteUrl String 会社/organizationの IT ヘルプデスク サイトへの URL
onlineSupportSiteName String 会社/organizationの IT ヘルプデスク サイトの表示名
privacyUrl String 会社/organizationのプライバシー ポリシーへの URL
customPrivacyMessage String 管理者がデバイスでアクセスできない内容に関するテキスト コメント
customCanSeePrivacyMessage String 管理者がデバイスでアクセスできる内容に関するテキスト コメント
customCantSeePrivacyMessage String 管理者がデバイスでアクセスできない内容に関するテキスト コメント
isRemoveDeviceDisabled ブール型 管理者が企業所有デバイスで [デバイスの削除] アクションを無効にしたかどうかを表すブール値。
isFactoryResetDisabled ブール型 管理者が企業所有デバイスで "ファクトリ リセット" アクションを無効にしたかどうかを表すブール値。
companyPortalBlockedActions companyPortalBlockedAction コレクション プラットフォームとデバイスの所有権の種類に応じて、ポータル サイトでブロックされたアクションのコレクション。
disableDeviceCategorySelection ブール型 デバイス カテゴリの選択がポータル サイトに表示されるかどうかを示すブール値
showAzureADEnterpriseApps ブール型 AzureAD Enterprise Apps がポータル サイトに表示されるかどうかを示すブール値
showOfficeWebApps ブール型 Office WebApps がポータル サイトに表示されるかどうかを示すブール値
showConfigurationManagerApps ブール型 Configuration Managerアプリがポータル サイトに表示されるかどうかを示すブール値
sendDeviceOwnershipChangePushNotification ブール型 デバイスの所有権の種類が個人から企業に変更されたときにプッシュ通知がユーザーに送信されるかどうかを示すブール型 (Boolean)
enrollmentAvailability enrollmentAvailabilityOptions エンド ユーザーに表示されるカスタマイズされたデバイス登録フロー。 可能な値は availableWithPromptsavailableWithoutPromptsunavailable です。
disableClientTelemetry ブール型 すべてのクライアントからIntune サービスに送信されるテレメトリに適用されます。 無効にすると、クライアント内のすべてのプロアクティブなトラブルシューティングと問題の警告がオフになり、テレメトリ設定がデバイス ユーザーに対して非アクティブまたは非表示に表示されます。
roleScopeTagIds String collection ブランド 化プロファイルに割り当てられたスコープ タグの一覧

リレーションシップ

リレーションシップ 説明
assignments intuneBrandingProfileAssignment コレクション ブランド化プロファイルのグループ割り当ての一覧

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.intuneBrandingProfile",
  "id": "String (identifier)",
  "profileName": "String",
  "profileDescription": "String",
  "isDefaultProfile": true,
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "displayName": "String",
  "themeColor": {
    "@odata.type": "microsoft.graph.rgbColor",
    "r": 1024,
    "g": 1024,
    "b": 1024
  },
  "showLogo": true,
  "showDisplayNameNextToLogo": true,
  "themeColorLogo": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "lightBackgroundLogo": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "landingPageCustomizedImage": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "contactITName": "String",
  "contactITPhoneNumber": "String",
  "contactITEmailAddress": "String",
  "contactITNotes": "String",
  "onlineSupportSiteUrl": "String",
  "onlineSupportSiteName": "String",
  "privacyUrl": "String",
  "customPrivacyMessage": "String",
  "customCanSeePrivacyMessage": "String",
  "customCantSeePrivacyMessage": "String",
  "isRemoveDeviceDisabled": true,
  "isFactoryResetDisabled": true,
  "companyPortalBlockedActions": [
    {
      "@odata.type": "microsoft.graph.companyPortalBlockedAction",
      "platform": "String",
      "ownerType": "String",
      "action": "String"
    }
  ],
  "disableDeviceCategorySelection": true,
  "showAzureADEnterpriseApps": true,
  "showOfficeWebApps": true,
  "showConfigurationManagerApps": true,
  "sendDeviceOwnershipChangePushNotification": true,
  "enrollmentAvailability": "String",
  "disableClientTelemetry": true,
  "roleScopeTagIds": [
    "String"
  ]
}