AuthConfig Class
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.appcontainers.models._models_py3.ProxyResourceAuthConfig
Constructor
AuthConfig(*, platform: _models.AuthPlatform | None = None, global_validation: _models.GlobalValidation | None = None, identity_providers: _models.IdentityProviders | None = None, login: _models.Login | None = None, http_settings: _models.HttpSettings | None = None, encryption_settings: _models.EncryptionSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
platform
|
The configuration settings of the platform of ContainerApp Service Authentication/Authorization. |
global_validation
|
The configuration settings that determines the validation flow of users using Service Authentication/Authorization. |
identity_providers
|
The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. |
login
|
The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. |
http_settings
|
The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. |
encryption_settings
|
The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
platform
|
The configuration settings of the platform of ContainerApp Service Authentication/Authorization. |
global_validation
|
The configuration settings that determines the validation flow of users using Service Authentication/Authorization. |
identity_providers
|
The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. |
login
|
The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. |
http_settings
|
The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. |
encryption_settings
|
The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. |
Azure SDK for Python