Magidoc

CreateSecurityRoleInput
Input Object

Input type for CreateAccountGroup

Fields

#

audiences

[ String !]

List of audience IDs that the group will have access to. Refer to the **audiences** query to retrieve all audiences for the account.

description

Internal description typically used to define the purpose of the group. *Max length: 255*

name

Non-null

Unique name to reference the group. *Max length: 100*

permissionKeys

[ String !]!
Non-null

List of permissions, in the form of permission key names, that will be granted to the group. The keys are defined by the system. Refer to the **permissions** query to retrieve permission keys.

Usages

#

References

#

  • Argument input of field createSecurityRole from type Mutation