Options
All
  • Public
  • Public/Protected
  • All
Menu

DenyReason of get access policy

Index

Enumeration members

BudgetExceeded = "BudgetExceeded"

The customer has exceeded their usage budget for the feature.

CustomerIsArchived = "CustomerIsArchived"

The customer is archived and no longer eligible for entitlements.

CustomerNotFound = "CustomerNotFound"

The customer making the request could not be found.

CustomerResourceNotFound = "CustomerResourceNotFound"

The resource associated with the customer could not be found.

FeatureNotFound = "FeatureNotFound"

The requested feature does not exist or is not defined in the current environment.

FeatureTypeMismatch = "FeatureTypeMismatch"

The requested entitlement type does not match the feature type

NoActiveSubscription = "NoActiveSubscription"

The customer does not have any active subscription linked to the feature.

NoFeatureEntitlementInSubscription = "NoFeatureEntitlementInSubscription"

The current subscription does not include entitlement to the requested feature.

RequestedUsageExceedingLimit = "RequestedUsageExceedingLimit"

The customers usage request exceeds their entitled limit.

RequestedValuesMismatch = "RequestedValuesMismatch"

The requested values do not match the expected values for the feature.

Unknown = "Unknown"

The access denial occurred for an unknown or unexpected reason.

Generated using TypeDoc