Class: DatadogAPIClient::V2::SecurityMonitoringAzureAppRegistration
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringAzureAppRegistration
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb
Overview
An Azure App Registration discovered for the organization.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#client_id ⇒ Object
readonly
The client ID of the App Registration.
-
#error_count ⇒ Object
readonly
The number of errors encountered while crawling resources for this App Registration.
-
#resource_collection_enabled ⇒ Object
readonly
Whether resource collection is enabled for this App Registration.
-
#subscription_count ⇒ Object
readonly
The number of Azure subscriptions associated with this App Registration.
-
#tenant_id ⇒ Object
readonly
The Azure tenant ID of the App Registration.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb', line 39 def additional_properties @additional_properties end |
#client_id ⇒ Object
The client ID of the App Registration.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb', line 25 def client_id @client_id end |
#error_count ⇒ Object
The number of errors encountered while crawling resources for this App Registration.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb', line 28 def error_count @error_count end |
#resource_collection_enabled ⇒ Object
Whether resource collection is enabled for this App Registration.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb', line 31 def resource_collection_enabled @resource_collection_enabled end |
#subscription_count ⇒ Object
The number of Azure subscriptions associated with this App Registration.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb', line 34 def subscription_count @subscription_count end |
#tenant_id ⇒ Object
The Azure tenant ID of the App Registration.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb', line 37 def tenant_id @tenant_id end |