AuthConfigData Class

Definition

A class representing the AuthConfig data model.

public class AuthConfigData : Azure.ResourceManager.Models.ResourceData
type AuthConfigData = class
    inherit ResourceData
Public Class AuthConfigData
Inherits ResourceData
Inheritance
AuthConfigData

Constructors

AuthConfigData()

Initializes a new instance of AuthConfigData.

Properties

GlobalValidation

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

HttpSettings

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

Id

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

(Inherited from ResourceData)
IdentityProviders

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.

Name

The name of the resource.

(Inherited from ResourceData)
Platform

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

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to