public interface AuthenticatorGroupsConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnabled()
public abstract boolean getEnabled()
Whether this cluster should return group membership lookups during authentication using a group of security groups.
bool enabled = 1;
Returns | |
---|---|
Type | Description |
boolean |
The enabled. |
getSecurityGroup()
public abstract String getSecurityGroup()
The name of the security group-of-groups to be used. Only relevant if enabled = true.
string security_group = 2;
Returns | |
---|---|
Type | Description |
String |
The securityGroup. |
getSecurityGroupBytes()
public abstract ByteString getSecurityGroupBytes()
The name of the security group-of-groups to be used. Only relevant if enabled = true.
string security_group = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for securityGroup. |