Class: DatadogAPIClient::V2::OAuthScopesRestrictionResponseAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_scopesObject

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
  @required_permission_scopes
end

#scopes_restrictionObject

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