container_apps_auth_configs
Creates, updates, deletes, gets or lists a container_apps_auth_configs resource.
Overview
| Name | container_apps_auth_configs |
| Type | Resource |
| Id | azure.app.container_apps_auth_configs |
Fields
The following fields are returned by SELECT queries:
- get
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name | string | The name of the resource. |
globalValidation | object | The configuration settings that determines the validation flow of users using Service Authentication/Authorization. |
httpSettings | object | The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. |
identityProviders | object | The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. |
login | object | The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. |
platform | object | The configuration settings of the platform of ContainerApp Service Authentication/Authorization. |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | Get a AuthConfig of a Container App. Get a AuthConfig of a Container App. | ||
list_by_container_app | exec | Get 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.
| Name | Datatype | Description |
|---|
SELECT examples
- get
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
- list_by_container_app
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
;