Activer ou désactiver l’authentification Outscale
Vous pouvez activer ou désactiver l’authentification avec les identifiants Outscale lorsque la fédération d’identité est activée. Cette action peut être réalisée par un compte racine comme un utilisateur EIM, à condition d’avoir les droits adaptés. Pour en savoir plus, voir Gérer les politiques d’accès à vos ressources.
Activer l’authentification Outscale
Activer l’authentification Outscale pour le compte racine
|
À ce jour, cette section est disponible en anglais uniquement. |
The EnableOutscaleLogin command enables the possibility of logging in using the Outscale credentials of your root account when identity federation is activated.
$ osc-cli api EnableOutscaleLogin --profile "default"
This command contains the following attributes that you need to specify:
-
DryRun: (optional) If true, checks whether you have the required permissions to perform the action.
The EnableOutscaleLogin command returns the following elements:
-
ResponseContext: Information about the context of the response.-
RequestId: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Activer l’authentification Outscale pour tous les utilisateurs EIM
|
À ce jour, cette section est disponible en anglais uniquement. |
The EnableOutscaleLoginForUsers command enables the possibility for all your EIM users to log in using their Outscale credentials when identity federation is activated.
$ osc-cli api EnableOutscaleLoginForUsers --profile "default"
This command contains the following attributes that you need to specify:
-
DryRun: (optional) If true, checks whether you have the required permissions to perform the action.
The EnableOutscaleLoginForUsers command returns the following elements:
-
ResponseContext: Information about the context of the response.-
RequestId: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Activer l’authentification Outscale pour des utilisateurs EIM spécifiques
|
À ce jour, cette section est disponible en anglais uniquement. |
The EnableOutscaleLoginPerUsers command enables the possibility for one or more specific users to log in using their Outscale credentials when identity federation is activated.
$ osc-cli api EnableOutscaleLoginPerUsers --profile "default" \
--UserNames '["example-user", "test-user"]'
This command contains the following attributes that you need to specify:
-
DryRun: (optional) If true, checks whether you have the required permissions to perform the action. -
UserNames: The usernames of the EIM users you want to enable the Outscale login for.
The EnableOutscaleLoginPerUsers command returns the following elements:
-
ResponseContext: Information about the context of the response.-
RequestId: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Désactiver l’authentification Outscale
Désactiver l’authentification Outscale pour le compte racine
|
À ce jour, cette section est disponible en anglais uniquement. |
The DisableOutscaleLogin command disables the possibility of logging in using the Outscale credentials of your root account when identity federation is activated.
$ osc-cli api DisableOutscaleLogin --profile "default"
This command contains the following attributes that you need to specify:
-
DryRun: (optional) If true, checks whether you have the required permissions to perform the action.
The DisableOutscaleLogin command returns the following elements:
-
ResponseContext: Information about the context of the response.-
RequestId: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Désactiver l’authentification Outscale pour tous les utilisateurs EIM
|
À ce jour, cette section est disponible en anglais uniquement. |
The DisableOutscaleLoginForUsers command disables the possibility of logging in using the Outscale credentials of your EIM users when identity federation is activated.
$ osc-cli api DisableOutscaleLoginForUsers --profile "default"
This command contains the following attributes that you need to specify:
-
DryRun: (optional) If true, checks whether you have the required permissions to perform the action.
The DisableOutscaleLoginForUsers command returns the following elements:
-
ResponseContext: Information about the context of the response.-
RequestId: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Désactiver l’authentification Outscale pour des utilisateurs EIM spécifiques
|
À ce jour, cette section est disponible en anglais uniquement. |
The DisableOutscaleLoginPerUsers command disables the possibility for one or more specific users to log in using their Outscale credentials when identity federation is activated.
$ osc-cli api DisableOutscaleLoginPerUsers --profile "default" \
--UserNames '["example-user", "test-user"]'
This command contains the following attributes that you need to specify:
-
DryRun: (optional) If true, checks whether you have the required permissions to perform the action. -
UserNames: The usernames of the EIM users you want to disable the Outscale login for.
The DisableOutscaleLoginPerUsers command returns the following elements:
-
ResponseContext: Information about the context of the response.-
RequestId: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Méthodes API correspondantes