|
boolean CloudAccess::VerifyCredentials |
( |
int |
enCloudType, |
|
|
params |
pKeyPair |
|
) |
| |
Verify credentials.
- Parameters:
-
enCloudType | Type of the cloud infrastructure being accessed (a KLCLOUD_TYPE_*, now only Microsoft Azure is supported), see: Cloud type (paramInt, mandatory) |
pKeyPair | Cloud authentication credentials. (paramParams, mandatory)
GCP: Not supported
AWS: Not supported
Azure:
|
- Returns:
- true if all credentials is valid, false otherwise
|