public interface TenantPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccountProperties |
getAccount()
Additional properties that are only set accounts (personal tenant).
|
AccountPropertiesOrBuilder |
getAccountOrBuilder()
Additional properties that are only set accounts (personal tenant).
|
boolean |
getDirectoryV2()
Whether or not the v2 directory experience enabled for this tenant.
|
boolean |
getDirectoryV2Only()
If true, the tenant cannot be reverted to the v1 directory experience.
|
TenantKind |
getKind()
The kind of tenant.
|
int |
getKindValue()
The kind of tenant.
|
boolean |
hasAccount()
Additional properties that are only set accounts (personal tenant).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKindValue()
The kind of tenant.
.aserto.directory.schema.v2.TenantKind kind = 1 [json_name = "kind"];TenantKind getKind()
The kind of tenant.
.aserto.directory.schema.v2.TenantKind kind = 1 [json_name = "kind"];boolean getDirectoryV2()
Whether or not the v2 directory experience enabled for this tenant.
bool directory_v2 = 2 [json_name = "directoryV2"];boolean getDirectoryV2Only()
If true, the tenant cannot be reverted to the v1 directory experience.
bool directory_v2_only = 3 [json_name = "directoryV2Only"];boolean hasAccount()
Additional properties that are only set accounts (personal tenant).
optional .aserto.directory.schema.v2.AccountProperties account = 4 [json_name = "account"];AccountProperties getAccount()
Additional properties that are only set accounts (personal tenant).
optional .aserto.directory.schema.v2.AccountProperties account = 4 [json_name = "account"];AccountPropertiesOrBuilder getAccountOrBuilder()
Additional properties that are only set accounts (personal tenant).
optional .aserto.directory.schema.v2.AccountProperties account = 4 [json_name = "account"];Copyright © 2024. All rights reserved.