get Access Policy
Retrieves an existing access policy resource with the given name. Azure REST API version: 2021-11-01-preview.
Return
Access policies help define the authentication rules, and control access to specific video resources.
Parameters
argument
null
suspend fun getAccessPolicy(accessPolicyName: String, accountName: String, resourceGroupName: String): GetAccessPolicyResult
Return
Access policies help define the authentication rules, and control access to specific video resources.
See also
Parameters
access Policy Name
The Access Policy name.
account Name
The Azure Video Analyzer account name.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getAccessPolicy(argument: suspend GetAccessPolicyPlainArgsBuilder.() -> Unit): GetAccessPolicyResult
Return
Access policies help define the authentication rules, and control access to specific video resources.
See also
Parameters
argument
Builder for com.pulumi.azurenative.videoanalyzer.kotlin.inputs.GetAccessPolicyPlainArgs.