Retrieves a list of conditional access policies that are associated with a user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListConditionalAccessPoliciesForUser |
list |
*ConditionalAccessPolicy
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| UserId |
string |
Yes |
The ID of the user associated with the conditional access policy. |
user_xxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| ConditionalAccessPolicies |
array<object> |
A collection of conditional access policies. |
|
|
object |
A conditional access policy object. |
||
| InstanceId |
string |
The instance ID. |
idaas_oynbcyaaejuik6b37eldz4xxxx |
| ConditionalAccessPolicyId |
string |
The conditional access policy ID. |
cap_m5etun43kejxphsbke6mjxxxxx |
| ConditionalAccessPolicyName |
string |
The name of the conditional access policy. |
policyName |
| Description |
string |
The description of the conditional access policy. |
testPolicy |
| ConditionalAccessPolicyType |
string |
The type of the conditional access policy. |
arn:alibaba:idaas:authn:access:policy:system |
| Status |
string |
The status of the conditional access policy. Valid values:
|
disabled |
| DecisionType |
string |
The execution type of the conditional access policy. Valid values:
|
enforcement |
| EvaluateAt |
string |
The policy enforcement point. Valid values:
|
arn:alibaba:idaas:authn:access:rule:eval_at:after_step1 |
| Priority |
integer |
The priority. |
100 |
| DecisionConfig |
object |
The execution configuration of the conditional access policy. |
|
| Effect |
string |
The action of the conditional access policy. Valid values:
|
allow |
| MfaType |
string |
The multi-factor authentication (MFA) type of the conditional access policy. Valid values:
|
directly_access |
| MfaAuthenticationIntervalSeconds |
integer |
The interval for repeated authentication, in seconds. |
300 |
| MfaAuthenticationMethods |
array |
The MFA methods allowed by the conditional access policy. |
|
|
string |
The MFA methods allowed by the conditional access policy. Valid values:
|
ia_webauthn |
|
| ActiveSessionReuseStatus |
string |
Indicates whether session reuse is enabled. Valid values:
|
disabled |
| ConditionsConfig |
object |
The content of the conditional access policy. |
|
| Applications |
object |
The target applications of the conditional access policy. |
|
| IncludeApplications |
array |
The included applications. |
|
|
string |
The application ID. |
app_mrxpwnipe6vxix72w72gppxxxx |
|
| ExcludeApplications |
array |
The excluded applications. |
|
|
string |
The application ID. |
app_xxxxx |
|
| Users |
object |
The target users of the conditional access policy. |
|
| IncludeUsers |
array |
The included users. |
|
|
string |
The user ID. |
user_7kht3wmffmdvvqizxwsab3xxxx |
|
| ExcludeUsers |
array |
The excluded users. |
|
|
string |
The user ID. |
user_rh2uldi6u56epkazm2wgrxxxxx |
|
| IncludeGroups |
array |
The included groups. |
|
|
string |
The group ID. |
group_xtlpbw47kxxz6rygjkqupxxxxx |
|
| ExcludeGroups |
array |
The excluded groups. |
|
|
string |
The group ID. |
group_eki2tt7g4hjbiowfzh5j4xxxxx |
|
| IncludeOrganizationalUnits |
array |
The included organizations. |
|
|
string |
The organization ID. |
ou_kp63or7wlpkbfperzo3qg2xxxx |
|
| ExcludeOrganizationalUnits |
array |
The excluded organizations. |
|
|
string |
The organization ID. |
ou_kp63or7wlpkbfperzo3qg2aaxx |
|
| NetworkZones |
object |
The network zones of the conditional access policy. |
|
| IncludeNetworkZones |
array |
The included network zones. |
|
|
string |
The network zone ID. |
network_m5wbsb2eaxzs4zmykoh22xxxxx |
|
| ExcludeNetworkZones |
array |
The excluded network zones. |
|
|
string |
The network zone ID. |
network_xxxxx |
|
| CreateTime |
integer |
The creation time. |
1741857554000 |
| LastUpdatedTime |
integer |
The last update time. |
1741857554000 |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"ConditionalAccessPolicies": [
{
"InstanceId": "idaas_oynbcyaaejuik6b37eldz4xxxx",
"ConditionalAccessPolicyId": "cap_m5etun43kejxphsbke6mjxxxxx",
"ConditionalAccessPolicyName": "policyName",
"Description": "testPolicy",
"ConditionalAccessPolicyType": "arn:alibaba:idaas:authn:access:policy:system",
"Status": "disabled",
"DecisionType": "enforcement",
"EvaluateAt": "arn:alibaba:idaas:authn:access:rule:eval_at:after_step1",
"Priority": 100,
"DecisionConfig": {
"Effect": "allow",
"MfaType": "directly_access",
"MfaAuthenticationIntervalSeconds": 300,
"MfaAuthenticationMethods": [
"ia_webauthn"
],
"ActiveSessionReuseStatus": "disabled"
},
"ConditionsConfig": {
"Applications": {
"IncludeApplications": [
"app_mrxpwnipe6vxix72w72gppxxxx"
],
"ExcludeApplications": [
"app_xxxxx"
]
},
"Users": {
"IncludeUsers": [
"user_7kht3wmffmdvvqizxwsab3xxxx"
],
"ExcludeUsers": [
"user_rh2uldi6u56epkazm2wgrxxxxx"
],
"IncludeGroups": [
"group_xtlpbw47kxxz6rygjkqupxxxxx"
],
"ExcludeGroups": [
"group_eki2tt7g4hjbiowfzh5j4xxxxx"
],
"IncludeOrganizationalUnits": [
"ou_kp63or7wlpkbfperzo3qg2xxxx"
],
"ExcludeOrganizationalUnits": [
"ou_kp63or7wlpkbfperzo3qg2aaxx"
]
},
"NetworkZones": {
"IncludeNetworkZones": [
"network_m5wbsb2eaxzs4zmykoh22xxxxx"
],
"ExcludeNetworkZones": [
"network_xxxxx"
]
}
},
"CreateTime": 1741857554000,
"LastUpdatedTime": 1741857554000
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.