admin:cluster-get-internal-data-encryption-key-id( $config as element(configuration) ) as xs:string
This function returns the encryption key ID in the internal KMS to use for encryption of data.
Parameters | |
---|---|
config | A configuration specification, typically as returned from one of the Admin module functions. |
http://marklogic.com/xdmp/privileges/admin/cluster
xquery version "1.0-ml"; import module namespace admin = "http://marklogic.com/xdmp/admin" at "/MarkLogic/admin.xqy"; let $config := admin:get-configuration() return admin:cluster-get-internal-data-encryption-key-id($config) (: returns the key ID used to encrypt data when kms-type is inxternal :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.