Getting all versions of permissions
Function
This API is used to get all versions of permissions.
Debugging
You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
 - If you are using identity policy-based authorization, the following identity policy-based permissions are required. 
    
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
ram:permission:listVersions
List
-
-
-
-
 
URI
GET /v1/permissions/{permission_id}/versions
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        permission_id  | 
      
        Yes  | 
      
        String  | 
      
        ID of the RAM managed permission.  | 
     
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        limit  | 
      
        No  | 
      
        Integer  | 
      
        Maximum number of results on a page. If the limit parameter is not specified, the default value is 2,000.  | 
     
| 
        marker  | 
      
        No  | 
      
        String  | 
      
        Page marker.  | 
     
Request Parameters
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        X-Security-Token  | 
      
        No  | 
      
        String  | 
      
        Security token (session token) for temporary security credentials. This parameter is mandatory when you make an API call using temporary security credentials.  | 
     
Response Parameters
Status code: 200
| 
        Parameter  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        permissions  | 
      
        Array of PermissionSummary objects  | 
      
        List of details about RAM managed permissions.  | 
     
| 
        page_info  | 
      
        PageInfo object  | 
      
        Pagination details.  | 
     
| 
        Parameter  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        id  | 
      
        String  | 
      
        Permission ID.  | 
     
| 
        name  | 
      
        String  | 
      
        Permission name.  | 
     
| 
        resource_type  | 
      
        String  | 
      
        Resource type to which the permission applies.  | 
     
| 
        is_resource_type_default  | 
      
        Boolean  | 
      
        Whether the permission is the default permission for the resource type.  | 
     
| 
        created_at  | 
      
        String  | 
      
        Time when the permission was created.  | 
     
| 
        updated_at  | 
      
        String  | 
      
        Time when the permission was last updated.  | 
     
| 
        permission_urn  | 
      
        String  | 
      
        URN for the permission.  | 
     
| 
        permission_type  | 
      
        String  | 
      
        Permission type, either RAM managed or custom permission.  | 
     
| 
        default_version  | 
      
        Boolean  | 
      
        Whether the current version is the default version.  | 
     
| 
        version  | 
      
        Integer  | 
      
        Version of the permission.  | 
     
| 
        status  | 
      
        String  | 
      
        Status of the permission.  | 
     
Example Requests
None
Example Responses
Status code: 200
Request succeeded.
{
  "permissions" : [ {
    "id" : "string",
    "name" : "string",
    "resource_type" : "string",
    "is_resource_type_default" : true,
    "created_at" : "2022-09-19T02:02:18.155Z",
    "updated_at" : "2022-09-19T02:02:18.155Z",
    "permission_urn" : "string",
    "permission_type" : "string",
    "default_version" : false,
    "version" : 1,
    "status" : "string"
  } ],
  "page_info" : {
    "previous_marker" : "string",
    "next_marker" : "string",
    "current_count" : 2000
  }
}
 Status Codes
| 
        Status Code  | 
      
        Description  | 
     
|---|---|
| 
        200  | 
      
        Request succeeded.  | 
     
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot