Resolve Effective Limits
Resolve the budget limits and current usage that apply to a user. Optionally includes application-specific limits.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
User whose effective limits should be resolved.
Query Parameters
Optional application used to include application-specific limits.
Response
ResolveEffectiveLimitsResponse contains the limits currently applying to a user.
ResolveEffectiveLimitsResponse contains the limits currently applying to a user.
Currency used for monetary values.
Reason spend is denied. Present only when state is DENIED.
DENY_REASON_UNSPECIFIED, DENY_REASON_TENANT_FROZEN, DENY_REASON_SUSPENDED_BY_ADMIN, DENY_REASON_APP_SUSPENDED, DENY_REASON_APP_PAUSED_BY_YOU, DENY_REASON_NO_SUPPLY Scope that denies spend. Present only when state is DENIED.
Ordered organization, user, application, and user-application scopes.
Result of resolving the user's effective limits.
EFFECTIVE_LIMITS_STATE_UNSPECIFIED, EFFECTIVE_LIMITS_STATE_RESOLVED, EFFECTIVE_LIMITS_STATE_NO_POLICY, EFFECTIVE_LIMITS_STATE_NO_CEILING, EFFECTIVE_LIMITS_STATE_DENIED