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.ProxyResource
AuthConfig

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, **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.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

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.