PermissionsKey
PermissionsKey["key"]
represents a permissions key that can be used to authorize access to cloud resources.
Details
- PermissionsKey objects are created by assigning permissions with a PermissionsKey to a cloud object.
- In cloud access functions, Authentication->PermissionsKey["key"] provides a permissions key credential.
- In a web request, a query _key=key in the URL can be used to provide a permissions key credential.
- DeleteObject[PermissionsKey[…]] removes a PermissionsKey object.
Examples
open allclose allSee Also
Permissions DeletePermissionsKey Authentication SecuredAuthenticationKey
Related Guides
Introduced in 2016
(11.0)
| Updated in 2017 (11.2)