API for creating and manipulating CAS specific data for a user
Resource | Description |
GET /object/user-cas/secret/{uid} | Gets CAS secret for the specified user |
GET /object/user-cas/secret/{namespace}/{uid} | Gets CAS secret for the specified namespace and user identifier |
POST /object/user-cas/secret/{uid} | Creates or updates CAS secret for a specified user |
GET /object/user-cas/secret/{namespace}/{uid}/pea | Generates PEA file for specified user |
POST /object/user-cas/secret/{uid}/deactivate | Deletes CAS secret for a specified user identifier |
GET /object/user-cas/bucket/{namespace}/{uid} | Gets default bucket for the specified namespace and user identifier |
GET /object/user-cas/bucket/{uid} | Gets default bucket for a specified user identifier |
POST /object/user-cas/bucket/{namespace}/{uid} | Updates default bucket for the specified namespace and user identifier |
GET /object/user-cas/applications/{namespace} | Gets the CAS registered applications for a specified namespace |
POST /object/user-cas/metadata/{namespace}/{uid} | Updates the CAS registered applications for a specified namespace and user identifier |
GET /object/user-cas/metadata/{namespace}/{uid} | Gets the CAS user metadata for the specified namespace and user identifier |
POST /object/user-cas/replica | Updates the cluster id. |
GET /object/user-cas/cluster | Provides the cluster info. |
POST /object/user-cas/cas-iam-replication-role/{iamRole} | Updates the cluster id. |
GET /object/user-cas/cas-iam-replication-role/{namespace} | Updates the cluster id. |
PUT /object/user-cas/ip-restrictions/{namespace}/{uid} | Updates the CAS registered IP restrictions for a specified namespace and user identifier. |
GET /object/user-cas/ip-restrictions/{namespace}/{uid} | Gets the CAS registered IP restrictions for the specified namespace and user identifier. |
GET /object/user-cas/ip-restrictions/ | Gets the users with CAS registered IP restrictions. |