AuthPlatform Class
The configuration settings of the platform of ContainerApp Service Authentication/Authorization.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelAuthPlatform
Constructor
AuthPlatform(*, enabled: bool | None = None, runtime_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
|
runtime_version
|
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. |
Variables
Name | Description |
---|---|
enabled
|
|
runtime_version
|
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. |
Azure SDK for Python