Class: DatadogAPIClient::V2::OAuthScopesRestrictionResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OAuthScopesRestrictionResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response_attributes.rb
Overview
Attributes of an OAuth2 client scopes restriction.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#required_permission_scopes ⇒ Object
Permission scopes automatically required for this client (for example, mobile-app permission scopes).
-
#scopes_restriction ⇒ Object
Allowlist of OIDC and permission scopes enforced for the OAuth2 client.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response_attributes.rb', line 31 def additional_properties @additional_properties end |
#required_permission_scopes ⇒ Object
Permission scopes automatically required for this client (for example, mobile-app permission scopes).
Returns null when no scopes are required.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response_attributes.rb', line 26 def @required_permission_scopes end |
#scopes_restriction ⇒ Object
Allowlist of OIDC and permission scopes enforced for the OAuth2 client.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response_attributes.rb', line 29 def scopes_restriction @scopes_restriction end |