/
Application Entity (2022/06)

Application Entity (2022/06)

The Application entity is structured as follows:

entity:

  • Id number read-onlyThe unique id of the Application instance

  • Owner PersonInfo read-only: The PersonInfo Entity (2022/06) entity

  • Name string read-write: The unique name of a given Application provided by its owner

  • Description string read-write: The description of a given Application provided by its owner

  • ClientId string read-onlyThe OAuth2 client identifier associated with a given application instance

  • ClientSecret string read-only: The OAuth2 client secret associated with a given application instance

  • Scopes string read-write: A string containing space-separated OAuth2 scope tokens which define the BSN.cloud API resources available to the given application

  • CreationDate DateTime read-only: The registration date of the given Application. See Custom Data Types (2022/06) | DateTime for more information about this data type.

  • LastModifiedDate DateTime read-only: The last date on which the Application was modified, if available. See Custom Data Types (2022/06) | DateTime for more information about this data type.









Related content