AuthConfigProperties Class
AuthConfig resource specific properties.
Constructor
AuthConfigProperties(*args: Any, **kwargs: Any)
Variables
| 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. |
Attributes
encryption_settings
The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.
encryption_settings: _models.EncryptionSettings | None
global_validation
The configuration settings that determines the validation flow of users using Service Authentication/Authorization.
global_validation: _models.GlobalValidation | None
http_settings
The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
http_settings: _models.HttpSettings | None
identity_providers
The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
identity_providers: _models.IdentityProviders | None
login
The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
login: _models.Login | None
platform
The configuration settings of the platform of ContainerApp Service Authentication/Authorization.
platform: _models.AuthPlatform | None