IsAllowedToPerformInput
Input for checking if a user is allowed to perform an action
input IsAllowedToPerformInput {
action: ResourceAction!
resourceDomain: String
resourceId: ID
}
Input for checking if a user is allowed to perform an action
input IsAllowedToPerformInput {
action: ResourceAction!
resourceDomain: String
resourceId: ID
}
IsAllowedToPerformInput.action ● ResourceAction! non-null enumIsAllowedToPerformInput.resourceDomain ● String scalarIsAllowedToPerformInput.resourceId ● ID scalar