Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Available from version

7.0

Workflow Type Name (Id)

Deprovisioning, 37

Configured on

Core identity

Description

When all roles and resources are removed from core identity

Data structure

Code Block
"IdentityWorkflowInputData": {
    IdentityId: uint
  }

Example

Code Block
"IdentityWorkflowInputData": {
    IdentityId: 3290
  }

C# class name

IdentityWorkflowInput

...

Available from version

8.0

Workflow Type Name (Id)

IdentityPasswordChanged, 35

Configured on

Identity type

Description

Before core identity is deleted

Data structure

Code Block
"WorkflowInput": {
    "Data": {
      "IdentityId": uint,
   
  "Password": byte[]
    }
 
}

Example

Code Block
"WorkflowInput": {
    "Data": {
      "IdentityId": 23,

     "Password": "eyJtZW51IjogewogICJpZCI6ICJmaWxlIiwKICAidmFsdW"
    }
 
}

C# class name

IdentityPasswordChangedWorkflowInput

...