Get-AzureADMSPermissionGrantConditionSet
ID로 설정된 Azure Active Directory 권한 부여 조건을 가져옵니다.
구문
Get-AzureADMSPermissionGrantConditionSet
-PolicyId <String>
-ConditionSetType <String>
[<CommonParameters>]
Get-AzureADMSPermissionGrantConditionSet
-PolicyId <String>
-ConditionSetType <String>
-Id <String>
[<CommonParameters>]
Description
Id별로 Azure Active Directory 권한 부여 조건 집합 개체를 가져옵니다.
예제
예제 1: 권한 부여 정책에 포함된 모든 권한 부여 조건 집합 가져오기
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes"
예제 2: 권한 부여 정책에서 제외된 모든 권한 부여 조건 집합 가져오기
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "excludes"
예제 3: 권한 부여 조건 집합 가져오기
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"
매개 변수
-ConditionSetType
값은 조건 집합이 정책에 포함되는지 제외되는지 여부를 나타냅니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-Id
Azure Active Directory 권한 부여 조건 집합 개체의 고유 식별자입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-PolicyId
Azure Active Directory 권한 부여 정책 개체의 고유 식별자입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
입력
string
string
string
출력
Microsoft.Open.MSGraph.Model.PermissionGrantConditionSet