You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entity should be only 'Tenant' based. Not Organization
In that table, we will store records which will have one indicative difference :
In case of tenantId is null, it means that those secret keys can access API data for all tenants (Preferable to have only one kind of this record). It's global access keys
In case of tenantId is not null in the table, the secret keys can only access data for specific tenant
The text was updated successfully, but these errors were encountered:
The entity should be only 'Tenant' based. Not Organization
In that table, we will store records which will have one indicative difference :
tenantId
is null, it means that those secret keys can access API data for all tenants (Preferable to have only one kind of this record). It's global access keystenantId
is not null in the table, the secret keys can only access data for specific tenantThe text was updated successfully, but these errors were encountered: