Class: DatadogAPIClient::V2::UpsertOAuthScopesRestrictionDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpsertOAuthScopesRestrictionDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_data_attributes.rb
Overview
Attributes of an upsert OAuth2 scopes restriction request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#oidc_scopes ⇒ Object
OIDC scopes the client is allowed to request.
-
#permission_scopes ⇒ Object
Datadog permission scopes the client is allowed to request.
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/upsert_o_auth_scopes_restriction_data_attributes.rb', line 31 def additional_properties @additional_properties end |
#oidc_scopes ⇒ Object
OIDC scopes the client is allowed to request.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_data_attributes.rb', line 25 def oidc_scopes @oidc_scopes end |
#permission_scopes ⇒ Object
Datadog permission scopes the client is allowed to request. Each value must be a valid permission name.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_data_attributes.rb', line 29 def @permission_scopes end |