Interface RemoteCredentialStoreIBMCloudSecretManager

The IBM cloud secrets manager remote tenant credential store.

interface RemoteCredentialStoreIBMCloudSecretManager {
    base_url?: string;
    group?: string;
}

Properties

Properties

base_url?: string

The base URL of the IBM Cloud Secrets Manager.

group?: string

The access group to use in the IBM Secrets Manager.