メインコンテンツにスキップ

サブスクリプション

A Subscription links a user to a Plan, so you can control access to application features. Because each Plan is tied to a Role, you can assign the plan’s role to the user and use the enforce API for permission checks.

ヒント

Use the Plan’s Role with the enforce API to check subscription-based access.

Subscriptions can be created:

  • By an admin (manual)
  • Through the pricing/purchase flow (any user)
  • API経由

Only users with type = "paid-user" are subject to subscription enforcement (active subscription required for access).

関係

サブスクリプションのプロパティ

Property説明
オーナーOwning organization.
名前Subscription id.
作成時間Creation time.
表示名Display name.
DescriptionOptional description.
DurationSubscription duration.
StartTimeWhen the subscription starts.
EndTimeWhen the subscription ends.
PricingRelated Pricing.
PlanRelated Plan.
PaymentRelated Payment.
UserUser who holds the subscription.
StatePending, Error, Suspended, Active, Upcoming, or Expired.

サブスクリプションの編集