Sha256: c1d777cda6b3d1711e0a511d3b2949ee7bbe4266970762813ab0fac74a860fd2
Contents?: true
Size: 1.68 KB
Versions: 6
Compression:
Stored size: 1.68 KB
Contents
# OryClient::QuotaUsage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **additional_price** | **String** | The additional price per unit in cents. | | | **can_use_more** | **Boolean** | | | | **feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | | | **feature_available** | **Boolean** | | | | **included** | **Integer** | | | | **used** | **Integer** | | | ## Example ```ruby require 'ory-client' instance = OryClient::QuotaUsage.new( additional_price: null, can_use_more: null, feature: null, feature_available: null, included: null, used: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems