sec:credential-set-name( $credential-name as xs:string, $new-name as xs:string ) as empty-sequence()
This function updates the name of a credential.
Parameters | |
---|---|
credential-name | The name of the credential to update. |
new-name | The new name with which to update the credential. |
http://marklogic.com/xdmp/privileges/credential-set-name
This function must be executed against the security database.
xquery version "1.0-ml"; import module namespace sec = "http://marklogic.com/xdmp/security" at "/MarkLogic/security.xqy"; sec:credential-set-name("my-secure-credential", "my-new-secure-credential")