get Api Operation Policy
suspend fun getApiOperationPolicy(argument: GetApiOperationPolicyPlainArgs): GetApiOperationPolicyResult
Get the policy configuration at the API Operation level. API Version: 2020-12-01.
Return
Policy Contract details.
Parameters
argument
null
suspend fun getApiOperationPolicy(apiId: String, format: String? = null, operationId: String, policyId: String, resourceGroupName: String, serviceName: String): GetApiOperationPolicyResult
Return
Policy Contract details.
Parameters
api Id
API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
format
Policy Export Format.
operation Id
Operation identifier within an API. Must be unique in the current API Management service instance.
policy Id
The identifier of the Policy.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getApiOperationPolicy(argument: suspend GetApiOperationPolicyPlainArgsBuilder.() -> Unit): GetApiOperationPolicyResult
Return
Policy Contract details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiOperationPolicyPlainArgs.