Class AuthConfigInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appcontainers.fluent.models.AuthConfigInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class AuthConfigInner
extends com.azure.core.management.ProxyResource
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.static AuthConfigInner
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AuthConfigInner from the JsonReader.Get the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.id()
Get the id property: Fully qualified resource Id for the resource.Get the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.login()
Get the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.name()
Get the name property: The name of the resource.platform()
Get the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) type()
Get the type property: The type of the resource.void
validate()
Validates the instance.withEncryptionSettings
(EncryptionSettings encryptionSettings) Set the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.withGlobalValidation
(GlobalValidation globalValidation) Set the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.withHttpSettings
(HttpSettings httpSettings) Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.withIdentityProviders
(IdentityProviders identityProviders) Set the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.Set the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.withPlatform
(AuthPlatform platform) Set the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
AuthConfigInner
public AuthConfigInner()Creates an instance of AuthConfigInner class.
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
type
Get the type property: The type of the resource.- Overrides:
type
in classcom.azure.core.management.ProxyResource
- Returns:
- the type value.
-
name
Get the name property: The name of the resource.- Overrides:
name
in classcom.azure.core.management.ProxyResource
- Returns:
- the name value.
-
id
Get the id property: Fully qualified resource Id for the resource.- Overrides:
id
in classcom.azure.core.management.ProxyResource
- Returns:
- the id value.
-
platform
Get the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.- Returns:
- the platform value.
-
withPlatform
Set the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.- Parameters:
platform
- the platform value to set.- Returns:
- the AuthConfigInner object itself.
-
globalValidation
Get the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.- Returns:
- the globalValidation value.
-
withGlobalValidation
Set the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.- Parameters:
globalValidation
- the globalValidation value to set.- Returns:
- the AuthConfigInner object itself.
-
identityProviders
Get the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.- Returns:
- the identityProviders value.
-
withIdentityProviders
Set the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.- Parameters:
identityProviders
- the identityProviders value to set.- Returns:
- the AuthConfigInner object itself.
-
login
Get the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.- Returns:
- the login value.
-
withLogin
Set the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.- Parameters:
login
- the login value to set.- Returns:
- the AuthConfigInner object itself.
-
httpSettings
Get 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.
-
withHttpSettings
Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.- Parameters:
httpSettings
- the httpSettings value to set.- Returns:
- the AuthConfigInner object itself.
-
encryptionSettings
Get the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.- Returns:
- the encryptionSettings value.
-
withEncryptionSettings
Set the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.- Parameters:
encryptionSettings
- the encryptionSettings value to set.- Returns:
- the AuthConfigInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
- Overrides:
toJson
in classcom.azure.core.management.ProxyResource
- Throws:
IOException
-
fromJson
Reads an instance of AuthConfigInner from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of AuthConfigInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException
- If the deserialized JSON object was missing any required properties.IOException
- If an error occurs while reading the AuthConfigInner.
-