IsAuthorizedWithTokenResponse
Types
Properties
Link copied to clipboard
The list of determining policies used to make the authorization decision. For example, if there are multiple matching policies, where at least one is a forbid policy, then because forbid always overrides permit the forbid policies are the determining policies. If all matching policies are permit policies, then those policies are the determining policies. When no policies match and the response is the default DENY, there are no determining policies.
Link copied to clipboard
Errors that occurred while making an authorization decision. For example, a policy references an entity or entity attribute that does not exist in the slice.
Functions
Link copied to clipboard
inline fun copy(block: IsAuthorizedWithTokenResponse.Builder.() -> Unit = {}): IsAuthorizedWithTokenResponse