ONTAP 9.17.1 commands ( CA08871-226en )

security login external-role-mapping delete

Delete a external role mapping

Availability: This command is available to cluster administrators at the admin privilege level.

Description

This command deletes an external role mapping.

Parameters

-external-role <text> - External Role Name

This parameter specifies the name of the external role to be deleted.

-provider {basic|keycloak|auth0|adfs|entra} - Provider Type

The IDP (Identity Provider) type of the external role to be deleted.

Examples

This command deletes an external role mapping named 'Administrator' from the IDP 'entra'.

cluster1::> security login external-role-mapping delete -external-role Administrator -provider entra
Top of Page