string mandatory |
-
publicKeyContent
-
Holds the whole content of a public key file.
The content should be either in OpenSSH key format or entered in base64 format without line breaks of an RFC4716, PEM, or PKCS8 formatted key content. The base64 formats encode the whole content of the public key including the corresponding begin and end marker lines.
For additional supported formats please refer to product documentation.
Valid values: (^[A-Za-z0-9+/]+[=]*$)|(^[a-z0-9][a-z0-9-]*[ ][A-Za-z0-9+/]+[=]*([ ][^[:cntrl:]]*)?$)
|