Skip to main content

SetRolePermissionGrantInput

No description

input SetRolePermissionGrantInput {
permission: String!
userGrant: Boolean!
agentGrant: Boolean!
}

Fields

SetRolePermissionGrantInput.permission ● String! non-null scalar

Permission key to grant, e.g. accord.workspace.member.read.

SetRolePermissionGrantInput.userGrant ● Boolean! non-null scalar

Whether human users holding the role receive this permission.

SetRolePermissionGrantInput.agentGrant ● Boolean! non-null scalar

Whether agents acting under the role receive this permission.

Member Of

SetRolePermissionsInput input