@switch (accessPolicyState.policyStatus) {
@case (PolicyStatus.NotFound) {
No policy for the specified resource.
@if (flowConfiguration.supportsConfigurableAuthorizer) {
Create a new policy.
}
}
@case (PolicyStatus.Inherited) {
@if (accessPolicyState.accessPolicy) {
}
}
@case (PolicyStatus.Forbidden) {
Not authorized to access the policy for the specified resource.
}
}