New-AzureADMSAttributeSet
加入新的屬性集。
語法
New-AzureADMSAttributeSet
[-Id <String>]
[-Description <String>]
[-MaxAttributesPerSet <Int32>]
[<CommonParameters>]
Description
新增 Azure Active Directory (Azure AD) 屬性集物件。
範例
範例
New-AzureADMSAttributeSet -Id "Engineering" -Description "Attributes for engineering team" -MaxAttributesPerSet 10
新增單一屬性集。
- 屬性集:
Engineering
參數
-Description
屬性集的描述。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Id
屬性集的名稱。 在租用戶內必須是唯一的。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MaxAttributesPerSet
可在屬性集中定義的自定義安全性屬性數目上限。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None