getAccessPolicy

Gets the access policy with the specified name in the specified environment. Uses Azure REST API version 2020-05-15. Other available API versions: 2021-03-31-preview, 2021-06-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native timeseriesinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs.

Parameters

argument

null


suspend fun getAccessPolicy(accessPolicyName: String, environmentName: String, resourceGroupName: String): GetAccessPolicyResult

Return

An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs.

Parameters

accessPolicyName

The name of the Time Series Insights access policy associated with the specified environment.

environmentName

The name of the Time Series Insights environment associated with the specified resource group.

resourceGroupName

Name of an Azure Resource group.

See also


Return

An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs.

Parameters

argument

Builder for com.pulumi.azurenative.timeseriesinsights.kotlin.inputs.GetAccessPolicyPlainArgs.

See also