Package com.google.container.v1beta1
Interface AuthenticatorGroupsConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthenticatorGroupsConfig,AuthenticatorGroupsConfig.Builder
public interface AuthenticatorGroupsConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnabled()Whether this cluster should return group membership lookups during authentication using a group of security groups.StringgetSecurityGroup()The name of the security group-of-groups to be used.com.google.protobuf.ByteStringgetSecurityGroupBytes()The name of the security group-of-groups to be used.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEnabled
boolean getEnabled()
Whether this cluster should return group membership lookups during authentication using a group of security groups.
bool enabled = 1;- Returns:
- The enabled.
-
getSecurityGroup
String getSecurityGroup()
The name of the security group-of-groups to be used. Only relevant if enabled = true.
string security_group = 2;- Returns:
- The securityGroup.
-
getSecurityGroupBytes
com.google.protobuf.ByteString getSecurityGroupBytes()
The name of the security group-of-groups to be used. Only relevant if enabled = true.
string security_group = 2;- Returns:
- The bytes for securityGroup.
-
-