@Deprecated public interface AccountPropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultTenantId()
Deprecated.
The default organization for the account
|
com.google.protobuf.ByteString |
getDefaultTenantIdBytes()
Deprecated.
The default organization for the account
|
GuideState |
getGettingStarted()
Deprecated.
Tracks the account owner's progress through the getting-started guide.
|
GuideStateOrBuilder |
getGettingStartedOrBuilder()
Deprecated.
Tracks the account owner's progress through the getting-started guide.
|
int |
getMaxOrgs()
Deprecated.
Maximum number of organizations that can be created in this account.
|
boolean |
hasGettingStarted()
Deprecated.
Tracks the account owner's progress through the getting-started guide.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMaxOrgs()
Maximum number of organizations that can be created in this account. If -1, there is no limit.
int32 max_orgs = 1 [json_name = "maxOrgs"];boolean hasGettingStarted()
Tracks the account owner's progress through the getting-started guide.
optional .aserto.directory.schema.v2.GuideState getting_started = 3 [json_name = "gettingStarted"];GuideState getGettingStarted()
Tracks the account owner's progress through the getting-started guide.
optional .aserto.directory.schema.v2.GuideState getting_started = 3 [json_name = "gettingStarted"];GuideStateOrBuilder getGettingStartedOrBuilder()
Tracks the account owner's progress through the getting-started guide.
optional .aserto.directory.schema.v2.GuideState getting_started = 3 [json_name = "gettingStarted"];String getDefaultTenantId()
The default organization for the account
string default_tenant_id = 4 [json_name = "defaultTenantId"];com.google.protobuf.ByteString getDefaultTenantIdBytes()
The default organization for the account
string default_tenant_id = 4 [json_name = "defaultTenantId"];Copyright © 2024. All rights reserved.