Interface AuthConfig


public interface AuthConfig
An immutable client-side representation of AuthConfig.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the AuthConfig definition.
    static interface 
    The AuthConfig definition stages.
    static interface 
    The template for AuthConfig update.
    static interface 
    The AuthConfig update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.
    Gets the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
    Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.AuthConfigInner object.
    Gets the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
    Gets the name property: The name of the resource.
    Gets the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the name of the resource group.
    com.azure.core.management.SystemData
    Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Gets the type property: The type of the resource.
    Begins update for the AuthConfig resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • platform

      AuthPlatform platform()
      Gets the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.
      Returns:
      the platform value.
    • globalValidation

      GlobalValidation globalValidation()
      Gets the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.
      Returns:
      the globalValidation value.
    • identityProviders

      IdentityProviders identityProviders()
      Gets the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
      Returns:
      the identityProviders value.
    • login

      Login login()
      Gets the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
      Returns:
      the login value.
    • httpSettings

      HttpSettings httpSettings()
      Gets the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
      Returns:
      the httpSettings value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      AuthConfigInner innerModel()
      Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.AuthConfigInner object.
      Returns:
      the inner object.
    • update

      Begins update for the AuthConfig resource.
      Returns:
      the stage of resource update.
    • refresh

      AuthConfig refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      AuthConfig refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.