make_credentials_for_ibm_cloud

fireopal.credentials.make_credentials_for_ibm_cloud(token, instance)

The Credentials builder for IBM cloud devices.

Parameters

  • token (str) – The IBM API account token.
  • instance (str ,) – The IBM cloud instance, the user’s CRN.

Returns

Credentials – A dictionary usable for the credentials argument of any Fire Opal function using IBM Cloud.

Return type

Dict[str, str]

Was this useful?