@Beta
public final class CreateUserStoreParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CreateUserStoreParams.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateUserStoreParams.Builder |
create() |
AuthConfig |
getAuthConfig() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
UserStoreKey |
getKey() |
UserStoreAccessControlList |
getUserStorePermissions() |
public UserStoreKey getKey()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public AuthConfig getAuthConfig()
public UserStoreAccessControlList getUserStorePermissions()
public static CreateUserStoreParams.Builder create()