Get-AzureADMSCustomSecurityAttributeDefinitionAllowedValue
カスタム セキュリティ属性定義の定義済みの値を取得します。
構文
Get-AzureADMSCustomSecurityAttributeDefinitionAllowedValue
-CustomSecurityAttributeDefinitionId <String>
[-Filter <String>]
[<CommonParameters>]
Get-AzureADMSCustomSecurityAttributeDefinitionAllowedValue
-CustomSecurityAttributeDefinitionId <String>
-Id <String>
[<CommonParameters>]
説明
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 |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Filter
oData v3.0 フィルター ステートメントを指定します。 このパラメーターは、返されるオブジェクトを制御します。 oData を使用したクエリの詳細については、こちらを参照してください。 http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Id
Azure AD の定義済み値の一意識別子。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |