Update a cross account access
PATCH {{baseUrl}}/crossAccounts/:id/accesses/:accessId
Update a cross account access. This operation is not allowed when the cross account is created for special case of tenant and all subtenants (**). Maximum 5 cross account accesses can be present with ENABLED status. Maximum 10 cross accounts can be present with DISABLED status.
Request Body
{"description"=>"<string>", "path"=>"/", "permission"=>"<string>", "status"=>"ENABLED"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-Match | string | (Required) ETag of the resource | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"84bdbd45e64a28cb5f6467b590471bda","description":"pariatur ad aute labore","storageAccount":"dlbucketname","storagePath":"data/ten=tenantname/myfolder/mysubfolder OR data/sub=subtenantId/myfolder/mysubfolder","permission":"\u003cstring\u003e","timestamp":"2019-01-29T19:14:37.273Z","eTag":1,"path":"myfolder/mysubfolder","status":"DISABLED"}