Get-AzureADMSCustomSecurityAttributeDefinitionAllowedValue
取得自訂安全性屬性定義的預先定義值。
語法
Get-AzureADMSCustomSecurityAttributeDefinitionAllowedValue
-CustomSecurityAttributeDefinitionId <String>
[-Filter <String>]
[<CommonParameters>]
Get-AzureADMSCustomSecurityAttributeDefinitionAllowedValue
-CustomSecurityAttributeDefinitionId <String>
-Id <String>
[<CommonParameters>]
Description
取得 Azure Active Directory (Azure AD) 自定義安全性屬性定義的預先定義值。
範例
範例 1
Get-AzureADMSCustomSecurityAttributeDefinitionAllowedValue -CustomSecurityAttributeDefinitionId "Engineering_Project"
取得所有預先定義的值。
- 屬性集:
Engineering
- 屬性:
Project
範例 2
Get-AzureADMSCustomSecurityAttributeDefinitionAllowedValue -CustomSecurityAttributeDefinitionId "Engineering_Project" -Id "Alpine"
取得預先定義的值。
- 屬性集:
Engineering
- 屬性:
Project
- 預先定義的值:
Alpine
參數
-CustomSecurityAttributeDefinitionId
Azure AD 中自定義安全性屬性定義的唯一標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Filter
指定 oData v3.0 filter 語句。 此參數可控制要傳回的物件。 如需使用 oData 查詢的詳細數據,請參閱這裡。 http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Id
Azure AD 中預先定義值的唯一標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |