Class: DatadogAPIClient::V2::AzureTenantUpdate

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/azure_tenant_update.rb

Overview

The definition of the AzureTenant object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/azure_tenant_update.rb', line 39

def additional_properties
  @additional_properties
end

#app_client_idObject

The Client ID, also known as the Application ID in Azure, is a unique identifier for an application. It's used to identify the application during the authentication process. Your Application (client) ID is listed in the application's overview page. You can navigate to your application via the Azure Directory.



25
26
27
# File 'lib/datadog_api_client/v2/models/azure_tenant_update.rb', line 25

def app_client_id
  @app_client_id
end

#client_secretObject

The Client Secret is a confidential piece of information known only to the application and Azure AD. It's used to prove the application's identity. Your Client Secret is available from the application’s secrets page. You can navigate to your application via the Azure Directory.



28
29
30
# File 'lib/datadog_api_client/v2/models/azure_tenant_update.rb', line 28

def client_secret
  @client_secret
end

#custom_scopesObject

If provided, the custom scope to be requested from Microsoft when acquiring an OAuth 2 access token. This custom scope is used only in conjunction with the HTTP action. A resource's scope is constructed by using the identifier URI for the resource and .default, separated by a forward slash (/) as follows:identifierURI/.default.



31
32
33
# File 'lib/datadog_api_client/v2/models/azure_tenant_update.rb', line 31

def custom_scopes
  @custom_scopes
end

#tenant_idObject

The Tenant ID, also known as the Directory ID in Azure, is a unique identifier that represents an Azure AD instance. Your Tenant ID (Directory ID) is listed in your Active Directory overview page under the 'Tenant information' section.



34
35
36
# File 'lib/datadog_api_client/v2/models/azure_tenant_update.rb', line 34

def tenant_id
  @tenant_id
end

#typeObject

The definition of the AzureTenant object.



37
38
39
# File 'lib/datadog_api_client/v2/models/azure_tenant_update.rb', line 37

def type
  @type
end