Backend_IdentityUpdate

struct

Payload for updating an existing identity provider entity

Property Type Description
INHERITED FROM Backend_Identity
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
appId Integer The target app for this identity
roleId Integer Role which is assigned to new users
name String Unique name of the object
icon String An icon for this identity provider
class String Underlying class of this identity provider
config Backend_IdentityConfig Contains identity provider specific configuration values
allowCreate Boolean Indicates whether a new local user account should be created if it does not exist yet
part of the Apioo-Project