identity-platform-admin-ui

Identity Platform Admin Ui

Channel Revision Published Runs on
latest/stable 85 20 Jan 2025
Ubuntu 22.04
latest/edge 116 22 Jul 2025
Ubuntu 22.04
0.1/edge 98 17 Feb 2025
Ubuntu 22.04
juju deploy identity-platform-admin-ui --channel edge
Show information

Platform:

Learn about actions >

  • create-identity

    Create an identity according to the specified identity schema.

    Params
    • password string

      The password of the identity.

    • schema string

      The identity schema Id.

    • traits object

      The traits of the identity following the identity schema.

    Required

    schema, traits

  • run-migration-down

    Run database migration down. Back up the database before running this action.

    Params
    • timeout number

      Timeout after which the migration will be canceled.

    • version string

      The specific version that database rolls back to.

  • run-migration-status

    Print the status of all database migrations.

  • run-migration-up

    Run database migration up. Back up the database before running this action.

    Params
    • timeout number

      Timeout after which the migration will be canceled.