New-AzureADMSCustomSecurityAttributeDefinition
加入新的自定義安全性屬性定義。
語法
New-AzureADMSCustomSecurityAttributeDefinition
-AttributeSet <String>
[-Description <String>]
-IsCollection <Boolean>
-IsSearchable <Boolean>
-Name <String>
-Status <String>
-Type <String>
-UsePreDefinedValuesOnly <Boolean>
[<CommonParameters>]
Description
新增 Azure Active Directory (Azure AD) 自定義安全性屬性定義物件。
範例
範例
New-AzureADMSCustomSecurityAttributeDefinition -AttributeSet "Engineering" -Name "ProjectDate" -Description "Target completion date" -Type "String" -Status "Available" -IsCollection $false -IsSearchable $true -UsePreDefinedValuesOnly $true
新增自訂安全性屬性定義。
- 屬性集:
Engineering
- 屬性:
ProjectDate
- 屬性資料類型:字串
參數
-AttributeSet
Azure AD 中設定的屬性名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Description
自訂安全性屬性定義的描述。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-IsCollection
指出是否可將多個值指派給自訂安全性屬性。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-IsSearchable
指出是否要為自定義安全性屬性值編製索引,以搜尋已指派屬性值的物件。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
自訂安全性屬性的名稱。 在屬性集內必須是唯一的。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Status
指定自訂安全性屬性是作用中還是已停用。 可接受的值為 'Available' 和 'Deprecated'。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Type
指定屬性的數據類型。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-UsePreDefinedValuesOnly
指出是否只能將預先定義的值指派給自訂安全性屬性。 如果設定為 false,則允許自由格式值。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None