# ATTRIBUTES # name - The name of the organization's role. (Required) # description - The description of the organization's role. (Required) # kind - The kind of organization role. The acceptable values are "system" or "custom". # System roles cannot be deleted or modified. (Required) # permissions - The permissions for that organization role (Required). # # For all the permissions: # permissions: all # # For no permission: # permissions: none # # For only some permissions: # permissions: # only: # - # - # # For permissions expect some permissions: # permissions: # except: # - # - roles: - name: Admin description: This role applies to the organization admin. kind: system permissions: all - name: Standard description: This role applies to all the organization's standard users. kind: system permissions: none