Class: DatadogAPIClient::V2::AzureTenant
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AzureTenant
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/azure_tenant.rb
Overview
The definition of the AzureTenant
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#app_client_id ⇒ Object
readonly
The Client ID, also known as the Application ID in Azure, is a unique identifier for an application.
-
#client_secret ⇒ Object
readonly
The Client Secret is a confidential piece of information known only to the application and Azure AD.
-
#custom_scopes ⇒ Object
If provided, the custom scope to be requested from Microsoft when acquiring an OAuth 2 access token.
-
#tenant_id ⇒ Object
readonly
The Tenant ID, also known as the Directory ID in Azure, is a unique identifier that represents an Azure AD instance.
-
#type ⇒ Object
readonly
The definition of the
AzureTenant
object.
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/azure_tenant.rb', line 39 def additional_properties @additional_properties end |
#app_client_id ⇒ Object
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.rb', line 25 def app_client_id @app_client_id end |
#client_secret ⇒ Object
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.rb', line 28 def client_secret @client_secret end |
#custom_scopes ⇒ Object
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.rb', line 31 def custom_scopes @custom_scopes end |
#tenant_id ⇒ Object
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.rb', line 34 def tenant_id @tenant_id end |
#type ⇒ Object
The definition of the AzureTenant
object.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/azure_tenant.rb', line 37 def type @type end |