Interface AuthConfig
-
public interface AuthConfig
An immutable client-side representation of AuthConfig.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AuthConfig.Definition
The entirety of the AuthConfig definition.static interface
AuthConfig.DefinitionStages
The AuthConfig definition stages.static interface
AuthConfig.Update
The template for AuthConfig update.static interface
AuthConfig.UpdateStages
The AuthConfig update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalValidation
globalValidation()
Gets the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.HttpSettings
httpSettings()
Gets the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.String
id()
Gets the id property: Fully qualified resource Id for the resource.IdentityProviders
identityProviders()
Gets the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.AuthConfigInner
innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.AuthConfigInner object.Login
login()
Gets the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.String
name()
Gets the name property: The name of the resource.AuthPlatform
platform()
Gets the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.AuthConfig
refresh()
Refreshes the resource to sync with Azure.AuthConfig
refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.String
type()
Gets the type property: The type of the resource.AuthConfig.Update
update()
Begins update for the AuthConfig resource.
-
-
-
Method Detail
-
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.
-
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.
-
innerModel
AuthConfigInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.AuthConfigInner object.- Returns:
- the inner object.
-
update
AuthConfig.Update 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.
-
-