Information about a tenancy.

interface Tenant {
    id: string;
    name: string;
    remote_credential_store?: RemoteCredentialStore;
}

Properties

id: string

The unique identifier of the tenant.

name: string

Name of the tenant.

remote_credential_store?: RemoteCredentialStore

A tenant remote credential store.