getAccessPolicy

Retrieves an existing access policy resource from an account by name. API Version: 2021-05-01-preview.

Return

Policy that determines how a video can be accessed.

Parameters

argument

null


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

Return

Policy that determines how a video can be accessed.

Parameters

accessPolicyName

The name of the access policy to retrieve.

accountName

The Azure Video Analyzer account name.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Policy that determines how a video can be accessed.

Parameters

argument

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

See also