HyperSecureDBaaSCredentials
public class HyperSecureDBaaSCredentials
Contains the credentials for a HyperSecureDBaaS service instance. You will typically
receive an instance of this type through cloudEnv.getHyperSecureDBaaSCredentials(name: String)
.
Reference Hyper Protect DBaaS.
-
The URI from the Hyper Protext DBaaS service instance credentials.
Declaration
Swift
public let uri: String
-
The host from the Hyper Protext DBaaS service instance credentials.
Declaration
Swift
public let host: String
-
The certificate from the Hyper Protext DBaaS service instance credentials.
Declaration
Swift
public let cert: String
-
The username from the Hyper Protext DBaaS service instance credentials.
Declaration
Swift
public let username: String
-
The password from the Hyper Protext DBaaS service instance credentials.
Declaration
Swift
public let password: String
-
The port from the Hyper Protext DBaaS service instance credentials.
Declaration
Swift
public let port: Int
-
Initializes an instance of the Hyper Protext DBaaS service credentials.
Declaration
Swift
public init( uri: String, host: String, cert: String, username: String, password: String, port: Int)