CreateOrUpdateSettingsRequest interface
建立或更新管理群組設定的參數
屬性
default |
設定設定預設管理群組,在此租使用者中新增新的訂用帳戶。 例如,/providers/Microsoft.Management/managementGroups/defaultGroup |
require |
指出在根管理群組下建立群組時,是否需要 RBAC 存取權。 如果設定為 true,使用者將需要根管理群組範圍的 Microsoft.Management/managementGroups/write 動作,才能直接在根目錄下建立新的群組。 這可防止新使用者建立新的管理群組,除非他們獲得存取權。 |
屬性詳細資料
defaultManagementGroup
設定設定預設管理群組,在此租使用者中新增新的訂用帳戶。 例如,/providers/Microsoft.Management/managementGroups/defaultGroup
defaultManagementGroup?: string
屬性值
string
requireAuthorizationForGroupCreation
指出在根管理群組下建立群組時,是否需要 RBAC 存取權。 如果設定為 true,使用者將需要根管理群組範圍的 Microsoft.Management/managementGroups/write 動作,才能直接在根目錄下建立新的群組。 這可防止新使用者建立新的管理群組,除非他們獲得存取權。
requireAuthorizationForGroupCreation?: boolean
屬性值
boolean