Configuration for returning group information from authenticators.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Whether this cluster should return group membership lookups during authentication using a group of security groups.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether this cluster should return group membership lookups during authentication using a group of security groups.
Returns
- (::Boolean) — Whether this cluster should return group membership lookups during authentication using a group of security groups.
#security_group
def security_group() -> ::String
Returns
- (::String) — The name of the security group-of-groups to be used. Only relevant if enabled = true.
#security_group=
def security_group=(value) -> ::String
Parameter
- value (::String) — The name of the security group-of-groups to be used. Only relevant if enabled = true.
Returns
- (::String) — The name of the security group-of-groups to be used. Only relevant if enabled = true.