Class: DatadogAPIClient::V2::OAuthScopesRestriction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OAuthScopesRestriction
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/o_auth_scopes_restriction.rb
Overview
Allowlist of OIDC and permission scopes enforced for the OAuth2 client.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#oidc_scopes ⇒ Object
readonly
OIDC scopes the client is restricted to.
-
#permission_scopes ⇒ Object
readonly
Datadog permission scopes the client is restricted to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/o_auth_scopes_restriction.rb', line 30 def additional_properties @additional_properties end |
#oidc_scopes ⇒ Object
OIDC scopes the client is restricted to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/o_auth_scopes_restriction.rb', line 25 def oidc_scopes @oidc_scopes end |
#permission_scopes ⇒ Object
Datadog permission scopes the client is restricted to.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/o_auth_scopes_restriction.rb', line 28 def @permission_scopes end |