Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.33 KB

File metadata and controls

21 lines (17 loc) · 1.33 KB

ExternalAccountAzure

Properties

Name Type Description Notes
id int Unique ID [optional]
subscription_id str Azure subscription ID [optional]
client_id str Azure client ID [optional]
tenant_id str Azure tenant ID [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
updated_at datetime ISO 8601 timestamp when the resource was updated [optional]
last_message_received_at datetime ISO 8601 timestamp when the last event was received from Azure. This is updated hourly. [optional]
app_key str Azure app key [optional]
channel_url str The URL for the azure account channel. It is only returned when first created or when reset. [optional]
channel_active bool Returns true if the channel is active [optional]
external_account ExternalAccount Associated External Account [optional]
external_account_id int Associated External Account ID [optional]

[Back to Model list] [Back to API list] [Back to README]