dynatrace.Ms365EmailConnection
Explore with Pulumi AI
Create Ms365EmailConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Ms365EmailConnection(name: string, args: Ms365EmailConnectionArgs, opts?: CustomResourceOptions);
@overload
def Ms365EmailConnection(resource_name: str,
args: Ms365EmailConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Ms365EmailConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
client_id: Optional[str] = None,
from_address: Optional[str] = None,
tenant_id: Optional[str] = None,
type: Optional[str] = None,
client_secret: Optional[str] = None,
name: Optional[str] = None)
func NewMs365EmailConnection(ctx *Context, name string, args Ms365EmailConnectionArgs, opts ...ResourceOption) (*Ms365EmailConnection, error)
public Ms365EmailConnection(string name, Ms365EmailConnectionArgs args, CustomResourceOptions? opts = null)
public Ms365EmailConnection(String name, Ms365EmailConnectionArgs args)
public Ms365EmailConnection(String name, Ms365EmailConnectionArgs args, CustomResourceOptions options)
type: dynatrace:Ms365EmailConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args Ms365EmailConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args Ms365EmailConnectionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args Ms365EmailConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args Ms365EmailConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args Ms365EmailConnectionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var ms365EmailConnectionResource = new Dynatrace.Ms365EmailConnection("ms365EmailConnectionResource", new()
{
ClientId = "string",
FromAddress = "string",
TenantId = "string",
Type = "string",
ClientSecret = "string",
Name = "string",
});
example, err := dynatrace.NewMs365EmailConnection(ctx, "ms365EmailConnectionResource", &dynatrace.Ms365EmailConnectionArgs{
ClientId: pulumi.String("string"),
FromAddress: pulumi.String("string"),
TenantId: pulumi.String("string"),
Type: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
Name: pulumi.String("string"),
})
var ms365EmailConnectionResource = new Ms365EmailConnection("ms365EmailConnectionResource", Ms365EmailConnectionArgs.builder()
.clientId("string")
.fromAddress("string")
.tenantId("string")
.type("string")
.clientSecret("string")
.name("string")
.build());
ms365_email_connection_resource = dynatrace.Ms365EmailConnection("ms365EmailConnectionResource",
client_id="string",
from_address="string",
tenant_id="string",
type="string",
client_secret="string",
name="string")
const ms365EmailConnectionResource = new dynatrace.Ms365EmailConnection("ms365EmailConnectionResource", {
clientId: "string",
fromAddress: "string",
tenantId: "string",
type: "string",
clientSecret: "string",
name: "string",
});
type: dynatrace:Ms365EmailConnection
properties:
clientId: string
clientSecret: string
fromAddress: string
name: string
tenantId: string
type: string
Ms365EmailConnection Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Ms365EmailConnection resource accepts the following input properties:
- Client
Id string - Application (client) ID of your app registered in Microsoft Azure App registrations
- From
Address string - The email address from which the messages will be sent
- Tenant
Id string - Directory (tenant) ID of your Azure Active Directory
- Type string
- Possible Values:
client_secret
- Client
Secret string - Client secret of your app registered in Microsoft Azure App registrations
- Name string
- A unique name for the Microsoft 365 email connection
- Client
Id string - Application (client) ID of your app registered in Microsoft Azure App registrations
- From
Address string - The email address from which the messages will be sent
- Tenant
Id string - Directory (tenant) ID of your Azure Active Directory
- Type string
- Possible Values:
client_secret
- Client
Secret string - Client secret of your app registered in Microsoft Azure App registrations
- Name string
- A unique name for the Microsoft 365 email connection
- client
Id String - Application (client) ID of your app registered in Microsoft Azure App registrations
- from
Address String - The email address from which the messages will be sent
- tenant
Id String - Directory (tenant) ID of your Azure Active Directory
- type String
- Possible Values:
client_secret
- client
Secret String - Client secret of your app registered in Microsoft Azure App registrations
- name String
- A unique name for the Microsoft 365 email connection
- client
Id string - Application (client) ID of your app registered in Microsoft Azure App registrations
- from
Address string - The email address from which the messages will be sent
- tenant
Id string - Directory (tenant) ID of your Azure Active Directory
- type string
- Possible Values:
client_secret
- client
Secret string - Client secret of your app registered in Microsoft Azure App registrations
- name string
- A unique name for the Microsoft 365 email connection
- client_
id str - Application (client) ID of your app registered in Microsoft Azure App registrations
- from_
address str - The email address from which the messages will be sent
- tenant_
id str - Directory (tenant) ID of your Azure Active Directory
- type str
- Possible Values:
client_secret
- client_
secret str - Client secret of your app registered in Microsoft Azure App registrations
- name str
- A unique name for the Microsoft 365 email connection
- client
Id String - Application (client) ID of your app registered in Microsoft Azure App registrations
- from
Address String - The email address from which the messages will be sent
- tenant
Id String - Directory (tenant) ID of your Azure Active Directory
- type String
- Possible Values:
client_secret
- client
Secret String - Client secret of your app registered in Microsoft Azure App registrations
- name String
- A unique name for the Microsoft 365 email connection
Outputs
All input properties are implicitly available as output properties. Additionally, the Ms365EmailConnection resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Ms365EmailConnection Resource
Get an existing Ms365EmailConnection resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: Ms365EmailConnectionState, opts?: CustomResourceOptions): Ms365EmailConnection
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
client_id: Optional[str] = None,
client_secret: Optional[str] = None,
from_address: Optional[str] = None,
name: Optional[str] = None,
tenant_id: Optional[str] = None,
type: Optional[str] = None) -> Ms365EmailConnection
func GetMs365EmailConnection(ctx *Context, name string, id IDInput, state *Ms365EmailConnectionState, opts ...ResourceOption) (*Ms365EmailConnection, error)
public static Ms365EmailConnection Get(string name, Input<string> id, Ms365EmailConnectionState? state, CustomResourceOptions? opts = null)
public static Ms365EmailConnection get(String name, Output<String> id, Ms365EmailConnectionState state, CustomResourceOptions options)
resources: _: type: dynatrace:Ms365EmailConnection get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Client
Id string - Application (client) ID of your app registered in Microsoft Azure App registrations
- Client
Secret string - Client secret of your app registered in Microsoft Azure App registrations
- From
Address string - The email address from which the messages will be sent
- Name string
- A unique name for the Microsoft 365 email connection
- Tenant
Id string - Directory (tenant) ID of your Azure Active Directory
- Type string
- Possible Values:
client_secret
- Client
Id string - Application (client) ID of your app registered in Microsoft Azure App registrations
- Client
Secret string - Client secret of your app registered in Microsoft Azure App registrations
- From
Address string - The email address from which the messages will be sent
- Name string
- A unique name for the Microsoft 365 email connection
- Tenant
Id string - Directory (tenant) ID of your Azure Active Directory
- Type string
- Possible Values:
client_secret
- client
Id String - Application (client) ID of your app registered in Microsoft Azure App registrations
- client
Secret String - Client secret of your app registered in Microsoft Azure App registrations
- from
Address String - The email address from which the messages will be sent
- name String
- A unique name for the Microsoft 365 email connection
- tenant
Id String - Directory (tenant) ID of your Azure Active Directory
- type String
- Possible Values:
client_secret
- client
Id string - Application (client) ID of your app registered in Microsoft Azure App registrations
- client
Secret string - Client secret of your app registered in Microsoft Azure App registrations
- from
Address string - The email address from which the messages will be sent
- name string
- A unique name for the Microsoft 365 email connection
- tenant
Id string - Directory (tenant) ID of your Azure Active Directory
- type string
- Possible Values:
client_secret
- client_
id str - Application (client) ID of your app registered in Microsoft Azure App registrations
- client_
secret str - Client secret of your app registered in Microsoft Azure App registrations
- from_
address str - The email address from which the messages will be sent
- name str
- A unique name for the Microsoft 365 email connection
- tenant_
id str - Directory (tenant) ID of your Azure Active Directory
- type str
- Possible Values:
client_secret
- client
Id String - Application (client) ID of your app registered in Microsoft Azure App registrations
- client
Secret String - Client secret of your app registered in Microsoft Azure App registrations
- from
Address String - The email address from which the messages will be sent
- name String
- A unique name for the Microsoft 365 email connection
- tenant
Id String - Directory (tenant) ID of your Azure Active Directory
- type String
- Possible Values:
client_secret
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.