Application Entity (2022/06)
The Application entity is structured as follows:
entity
:
Id
number read-only: The unique id of the Application instanceOwner
PersonInfo read-only: The PersonInfo Entity (2022/06) entityName
string read-write: The unique name of a given Application provided by its ownerDescription
string read-write: The description of a given Application provided by its ownerClientId
string read-only: The OAuth2 client identifier associated with a given application instanceClientSecret
string read-only: The OAuth2 client secret associated with a given application instanceScopes
string read-write: A string containing space-separated OAuth2 scope tokens which define the BSN.cloud API resources available to the given applicationCreationDate
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.