Method: Gitlab::QA::Component::SAML#group_name
- Defined in:
- lib/gitlab/qa/component/saml.rb
#group_name ⇒ Object
46 47 48 |
# File 'lib/gitlab/qa/component/saml.rb', line 46 def group_name @group_name ||= "saml_sso_group-#{SecureRandom.hex(4)}" end |