get Container Apps Auth Config
suspend fun getContainerAppsAuthConfig(argument: GetContainerAppsAuthConfigPlainArgs): GetContainerAppsAuthConfigResult
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. API Version: 2022-03-01.
Return
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
Parameters
argument
null
suspend fun getContainerAppsAuthConfig(authConfigName: String, containerAppName: String, resourceGroupName: String): GetContainerAppsAuthConfigResult
Return
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
Parameters
auth Config Name
Name of the Container App AuthConfig.
container App Name
Name of the Container App.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getContainerAppsAuthConfig(argument: suspend GetContainerAppsAuthConfigPlainArgsBuilder.() -> Unit): GetContainerAppsAuthConfigResult
Return
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
Parameters
argument
Builder for com.pulumi.azurenative.app.kotlin.inputs.GetContainerAppsAuthConfigPlainArgs.