Package io.micronaut.azure.credentials
Interface AzureCredentialsConfiguration.UsernamePasswordCredentialConfiguration
- Enclosing interface:
- AzureCredentialsConfiguration
@ConfigurationProperties("username-password")
public static interface AzureCredentialsConfiguration.UsernamePasswordCredentialConfiguration
The username password credential configuration.
-
Field Details
-
NAME
- See Also:
-
USERNAME
- See Also:
-
PASSWORD
- See Also:
-
-
Method Details
-
getClientId
Gets the client ID of the application.- Returns:
- the client id
-
getUsername
Gets the username of the user.- Returns:
- the username
-
getPassword
Gets the password of the user.- Returns:
- the password
-
getTenantId
Gets the tenant ID of the application.- Returns:
- tenant id
-