UpdatePortalUserAccessInput
Autogenerated input type of UpdatePortalUserAccess
input UpdatePortalUserAccessInput {
portalUserId: ID!
accessProfileId: ID!
companyId: ID!
blocked: Boolean
teamsIds: [ID!]
accesses: AccessInput
forceDelete: Boolean
inactive: Boolean
clientMutationId: String
}
Fields
UpdatePortalUserAccessInput.portalUserId ● ID! non-null scalar
User ID to be updated.
UpdatePortalUserAccessInput.accessProfileId ● ID! non-null scalar
The profile ID that will be granted to this user.
UpdatePortalUserAccessInput.companyId ● ID! non-null scalar
Company ID that user belongs.
UpdatePortalUserAccessInput.blocked ● Boolean scalar
Indicates whether the user should be blocked or unblocked. Set to true to block the user, and false to unblock.
UpdatePortalUserAccessInput.teamsIds ● [ID!] list scalar
UpdatePortalUserAccessInput.accesses ● AccessInput input
The accesses that will be granted to this user.
UpdatePortalUserAccessInput.forceDelete ● Boolean scalar
Confirms that user will be delete if have access to secure code.
UpdatePortalUserAccessInput.inactive ● Boolean scalar
Indicates whether the user should be inactive. Set to true to deactivate the user
UpdatePortalUserAccessInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
Member Of
updatePortalUserAccess mutation
Contribute to the Docs
Found something outdated or missing? Help us improve the documentation with a quick suggestion or edit.
How to contributeResources
By exploring our content, you'll find resources that will enhance your understanding of the importance of a Security Application Program.
Conviso Blog: Explore our blog, which offers a collection of articles and posts covering a wide range of AppSec topics. The content on the blog is primarily in English.
Conviso's YouTube Channel: Access a wealth of informative videos covering various topics related to AppSec. Please note that the content is primarily in Portuguese.