Method: Akeyless::UpdateAuthMethodOIDC#required_scopes_prefix
- Defined in:
- lib/akeyless/models/update_auth_method_oidc.rb
#required_scopes_prefix ⇒ Object
RequiredScopesPrefix is a a prefix to add to all required-scopes when requesting them from the oidc server (for example, azures’ Application ID URI)
80 81 82 |
# File 'lib/akeyless/models/update_auth_method_oidc.rb', line 80 def required_scopes_prefix @required_scopes_prefix end |