Enumeration AccessDeniedReason

DenyReason of get access policy

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.

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.

Unknown: "Unknown"

The access denial occurred for an unknown or unexpected reason.