Skip to main content

container_apps_auth_configs

Creates, updates, deletes, gets or lists a container_apps_auth_configs resource.

Overview

Namecontainer_apps_auth_configs
TypeResource
Idazure.app.container_apps_auth_configs

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
namestringThe name of the resource.
globalValidationobjectThe configuration settings that determines the validation flow of users using Service Authentication/Authorization.
httpSettingsobjectThe configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
identityProvidersobjectThe configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
loginobjectThe configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
platformobjectThe configuration settings of the platform of ContainerApp Service Authentication/Authorization.
systemDataobjectAzure Resource Manager metadata containing createdBy and modifiedBy information.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet a AuthConfig of a Container App. Get a AuthConfig of a Container App.
list_by_container_appexecGet the Container App AuthConfigs in a given resource group. Get the Container App AuthConfigs in a given resource group.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get a AuthConfig of a Container App. Get a AuthConfig of a Container App.

SELECT
id,
name,
globalValidation,
httpSettings,
identityProviders,
login,
platform,
systemData,
type
FROM azure.app.container_apps_auth_configs
;

Lifecycle Methods

Get the Container App AuthConfigs in a given resource group. Get the Container App AuthConfigs in a given resource group.

EXEC azure.app.container_apps_auth_configs.list_by_container_app 

;