Data Reference is a reference to a remote credential store. For example, an IBM Cloud Secrets Manager secret. The Value in the remote store is expected to be a JSON representation of the Data field.

interface ProviderDataReference {
    resource: string;
}

Properties

Properties

resource: string