get Access Policy
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
access Policy Name
The name of the access policy to retrieve.
account Name
The Azure Video Analyzer account name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getAccessPolicy(argument: suspend GetAccessPolicyPlainArgsBuilder.() -> Unit): GetAccessPolicyResult
Return
Policy that determines how a video can be accessed.
Parameters
argument
Builder for com.pulumi.azurenative.videoanalyzer.kotlin.inputs.GetAccessPolicyPlainArgs.