Azure Time Series Insights Access Policy

This page shows how to write Terraform and Azure Resource Manager for Time Series Insights Access Policy and write them securely.

azurerm_iot_time_series_insights_access_policy (Terraform)

The Access Policy in Time Series Insights can be configured in Terraform with the resource name azurerm_iot_time_series_insights_access_policy. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages an Azure IoT Time Series Insights Access Policy.

Microsoft.TimeSeriesInsights/environments/accessPolicies (Azure Resource Manager)

The environments/accessPolicies in Microsoft.TimeSeriesInsights can be configured in Azure Resource Manager with the resource name Microsoft.TimeSeriesInsights/environments/accessPolicies. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    Name of the access policy.

  • properties required
      • description optional - string

        An description of the access policy.

      • principalObjectId optional - string

        The objectId of the principal in Azure Active Directory.

      • roles optional - array

        The list of roles the principal is assigned on the environment.

  • type required - string

Frequently asked questions

What is Azure Time Series Insights Access Policy?

Azure Time Series Insights Access Policy is a resource for Time Series Insights of Microsoft Azure. Settings can be wrote in Terraform.