Create a cross account access
POST {{baseUrl}}/crossAccounts/:id/accesses
Create a cross account access. If the cross account is created for tenant and all subtenants (**), then this operation is implicitly handled and not allowed through API. Maximum 5 cross account accesses can be created with ENABLED status. Maximum 10 cross accounts can be created with DISABLED status.
Request Body
{"description"=>"<string>", "path"=>"/", "permission"=>"<string>", "status"=>"ENABLED"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"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"}