Supprimer une politique gérée
Vous pouvez supprimer une politique gérée à tout moment si vous n’en avez plus besoin pour contrôler l’accès à vos ressources.
Cette action retire la politique de votre compte. Pour uniquement retirer la politique des utilisateurs et groupes auxquels elle est attachée sans la supprimer, voir Détacher une politique gérée d’un utilisateur ou un groupe.
Supprimer une politique gérée avec Cockpit v2
Avant de commencer :
|
-
Dans le dashboard EIM Policies, cochez la case de la politique que vous voulez supprimer.
La politique est sélectionnée. -
Cliquez sur Supprimer.
Une boîte de dialogue de confirmation apparaît. -
Cliquez sur Supprimer
La politique est supprimée.
Supprimer une politique gérée avec OSC CLI
À ce jour, cette section est disponible en anglais uniquement. |
The DeletePolicy command deletes a managed policy.
Before deleting a managed policy, you must unlink all users linked to it and delete all the versions of the policy, except the default one, using the DeletePolicyVersion
method.
$ osc-cli api DeletePolicy --profile "default" \
--PolicyOrn "orn:ows:idauth::012345678910:policy/example/example-user-policy"
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. -
PolicyOrn
: The OUTSCALE Resource Name (ORN) of the policy you want to delete. For more information, see Resource Identifiers.
The DeletePolicy 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"
}
}
Supprimer une politique gérée avec oapi-cli
À ce jour, cette section est disponible en anglais uniquement. |
The DeletePolicy command deletes a managed policy.
Before deleting a managed policy, you must unlink all users linked to it and delete all the versions of the policy, except the default one, using the DeletePolicyVersion
method.
$ oapi-cli --profile "default" DeletePolicy \
--PolicyOrn "orn:ows:idauth::012345678910:policy/example/example-user-policy"
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. -
PolicyOrn
: The OUTSCALE Resource Name (ORN) of the policy you want to delete. For more information, see Resource Identifiers.
The DeletePolicy 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"
}
}
Supprimer une politique gérée avec AWS CLI
Avant de commencer :
|
Pour supprimer une politique gérée, utilisez la commande delete-policy en suivant cette syntaxe :
$ aws iam delete-policy \
--profile YOUR_PROFILE \
--policy-arn arn:aws:iam::123456789012:policy/my-policy \
--endpoint https://eim.eu-west-2.outscale.com
Cette commande contient les attributs suivants que vous devez spécifier :
-
(optionnel)
profile
: Le profil nommé que vous voulez utiliser, créé pendant la configuration d’AWS CLI. Pour en savoir plus, voir Installer et configurer AWS CLI. -
policy-arn
: L’OUTSCALE Resource Name (ORN) de la politique que vous souhaitez supprimer. -
endpoint
: Le endpoint correspondant à la Région à laquelle vous voulez envoyer la requête. Pour en savoir plus, voir Installer et configurer AWS CLI.
La politique gérée spécifiée est supprimée.
Pages connexes
Méthode API correspondante
AWS™ et Amazon Web Services™ sont des marques de commerce d'Amazon Technologies, Inc. ou de ses affiliées aux États-Unis et/ou dans les autres pays.