public class TenantMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TenantMetadata.Builder |
Modifier and Type | Field and Description |
---|---|
String |
clusterId |
String |
environmentId |
boolean |
isApiKeyAuthenticated |
boolean |
isHealthcheckTenant |
boolean |
isServiceAccount |
String |
organizationId |
String |
tenantName |
String |
userResourceId |
Constructor and Description |
---|
TenantMetadata(String tenantName,
String clusterId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Scope |
scope() |
String |
tenantPrefix() |
String |
toString() |
void |
updateOrgProperties(String organizationId,
String environmentId) |
public final String tenantName
public final String clusterId
public String organizationId
public String environmentId
public final String userResourceId
public final boolean isServiceAccount
public boolean isApiKeyAuthenticated
public boolean isHealthcheckTenant