• This function synchronizes permissions of a service with id-service.

    Parameters

    • authEndpoint: string

      URL for id-service authEndpoint.

    • serviceAccountToken: string

      A valid service account token with permission SYNCHRONIZE_PERMISSIONS granted.

    • serviceId: string

      Service ID of the service that needs to synchronize permissions with id-service.

    • permissionDefinition: PermissionDefinition

      The list of permissions to be synchronized with id-service.

    Returns Promise<SynchronizePermissionsResult>

    Results of permission synchronization.

Generated using TypeDoc