GetContainerAppsAuthConfigResult

data class GetContainerAppsAuthConfigResult(val globalValidation: GlobalValidationResponse? = null, val httpSettings: HttpSettingsResponse? = null, val id: String, val identityProviders: IdentityProvidersResponse? = null, val login: LoginResponse? = null, val name: String, val platform: AuthPlatformResponse? = null, val systemData: SystemDataResponse, val type: String)

Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.

Constructors

Link copied to clipboard
constructor(globalValidation: GlobalValidationResponse? = null, httpSettings: HttpSettingsResponse? = null, id: String, identityProviders: IdentityProvidersResponse? = null, login: LoginResponse? = null, name: String, platform: AuthPlatformResponse? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration settings that determines the validation flow of users using Service Authentication/Authorization.

Link copied to clipboard

The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.

Link copied to clipboard
val id: String

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

Link copied to clipboard

The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.

Link copied to clipboard
val login: LoginResponse? = null

The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The configuration settings of the platform of ContainerApp Service Authentication/Authorization.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"