post
https://Use API Lookup for a base URL/secrets
Creates a new Secret for use in Platform runtimes. The Secret will be enabled on creation. A maximum of 5 Secrets are maintained per User or App at any given point. A Secret can be used to store third-party credentials for use in Platform runtimes.
Assigns "read", "manage", "addGrant:read", and "addGrant:manage" rights to the caller. The calling User or App can now delegate access to the Secret in more granular fashion, using 'read' or 'manage' to another identity in its Realm using the grants APIs. For secure Production systems, HERE recommends creating a delegate App in your Realm, granting only the 'read' permission to that App via the 'grantReadTo' query string parameter, and using that App as RunAsId in your Platform runtime.
Access Control:
- The calling principal must be in a realm of type "olp".
- The calling principal MUST NOT include a project scope.