intuneBrandingProfile リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの 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 ブール値 プロファイルが既定として使用されるかどうかを表すブール型 (Boolean)
createdDateTime DateTimeOffset BrandingProfile が作成された時刻
lastModifiedDateTime DateTimeOffset BrandingProfile が最後に変更された時刻
displayName String エンド ユーザーに表示される会社/組織名
themeColor rgbColor アプリケーションと Web ポータルで使用ポータル サイトテーマの色
showLogo Boolean 管理者が提供するロゴ 画像が表示されるかどうかを表すブール型 (Boolean)
showDisplayNameNextToLogo Boolean 管理者が指定した表示名がロゴ 画像の横に表示されるかどうかを表すブール型 (Boolean)
themeColorLogo mimeContent ロゴの背後にテーマポータル サイト背景を持つアプリに表示されるロゴ画像
lightBackgroundLogo mimeContent ロゴの背景が明ポータル サイトアプリに表示されるロゴ画像
landingPageCustomizedImage mimeContent アプリのランディング ページにポータル サイトカスタマイズされた画像
contactITName String IT サポートを担当する人物/組織の名前
contactITPhoneNumber String 電話を担当する人物/組織の数
contactITEmailAddress String IT サポートを担当する人物/組織の電子メール アドレス
contactITNotes String IT サポートを担当する人物/組織に関するテキスト コメント
onlineSupportSiteUrl String 会社/組織の IT ヘルプデスク サイトの URL
onlineSupportSiteName String 会社/組織の IT ヘルプデスク サイトの表示名
privacyUrl String 会社/組織のプライバシー ポリシーの URL
customPrivacyMessage String 管理者がデバイスにアクセスできないものに関するテキスト コメント
customCanSeePrivacyMessage String 管理者がデバイスにアクセスできる情報に関するテキストコメント
customCantSeePrivacyMessage String 管理者がデバイスにアクセスできないものに関するテキスト コメント
isRemoveDeviceDisabled Boolean 管理者が企業所有のデバイスで [デバイスの削除] アクションを無効にしたかどうかを表すブール型 (Boolean) です。
isFactoryResetDisabled ブール値 管理者が企業所有のデバイスで '出荷時のリセット' アクションを無効にしたかどうかを表すブール型 (Boolean) です。
companyPortalBlockedActions companyPortalBlockedAction コレクション プラットフォームとデバイスの所有権の種類ごとに、ポータル サイトでブロックされたアクションのコレクション。
showAzureADEnterpriseApps ブール値 AzureAD アプリがアプリに表示Enterprise示すブール型 (Boolean) ポータル サイト
showOfficeWebApps Boolean WebApps がOffice表示されるかどうかを示すブール型 (Boolean) ポータル サイト
sendDeviceOwnershipChangePushNotification Boolean デバイスの所有権の種類が個人から企業に変更された場合にプッシュ通知がユーザーに送信されるかどうかを示すブール型 (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"
    }
  ],
  "showAzureADEnterpriseApps": true,
  "showOfficeWebApps": true,
  "sendDeviceOwnershipChangePushNotification": true,
  "enrollmentAvailability": "String",
  "disableClientTelemetry": true,
  "roleScopeTagIds": [
    "String"
  ]
}