Package version:

The configuration settings of the platform of ContainerApp Service Authentication/Authorization.

interface AuthPlatform {
    enabled?: boolean;
    runtimeVersion?: string;
}

Properties

enabled?: boolean

true if the Authentication / Authorization feature is enabled for the current app; otherwise, false.

runtimeVersion?: string

The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.