OBJECT

UserServiceRole

User Service Role type

link GraphQL Schema definition

  • type UserServiceRole {
  • # Name of the role. e.g. value: ensemble:admin
  • name: String!
  • # VMW.CSP.ServiceRole Entity containing more information of the role like display
  • # name, etc
  • roleEntity: Entity!
  • # VMW.CSP.Service Entity representing the service in which role is defined
  • serviceEntity: Entity!
  • }