security iam task info
Fetches detailed information on a specific enforcement task.
You can use iam task info
command to get detailed
information for a specific enforcement task, whenever IAM policy is
attached/detached with specified identities.
Syntax
- CLI
-
maprcli security iam task info -id <Task ID>
format.NOTETask ID is represented in<Policy ID> .<Statement ID>.<Sequence ID>
Parameters
Parameter | Description |
---|---|
-id |
ID of the Task. |
Example
maprcli security iam task info -id 1.0.0 -json
{
"timestamp":1726143125093,
"timeofday":"2024-09-12 05:12:05.093 GMT-0700 AM",
"status":"OK",
"total":1,
"data":[
{
"Id":"1.0.0",
"Resource":"urn:default:primary:volume:vol-1",
"Status":"Success",
"Type":"EnforceAllow",
"Identities":{
"Users": "user1,user2,user3",
"Groups": "",
"Roles": ""
}
}
]
}