Axinom Mosaic Libraries
    Preparing search index...

    Function devCreateServiceAccount

    • This function creates a new service account which can be used during development.

      Parameters

      • authEndpoint: string

        URL for id-service authEndpoint.

      • serviceId: string
      • serviceAccountName: string

        Name of the service account.

      • tenantId: string
      • environmentId: string
      • permissions: { permissions?: string[]; serviceId: string }[]

        The list of permissions to be assigned to the service account. This is an array of shape { serviceId: string, permissions: string[] }.

      Returns Promise<DevServiceAccount>

      New development service account information.