ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security login rest-role expanded-rest-roles modify

    Modify the status of Expanded REST roles for granular resource control feature

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

    Description

    The security login rest-role expanded-rest-roles modify command enables or disables Expanded REST roles for granular resource control feature.

    Parameters

    [-is-enabled {true|false}] - Is Enabled?

    This parameter specifies whether the Expanded REST roles for granular resource control feature is enabled or disabled. The default value is true i.e. the feature is enabled by default.

    Examples

    The following command disables the Expanded REST roles for granular resource control feature.

    cluster1::*> security login rest-role expanded-rest-roles modify -is-enabled false
    cluster1::*>
    Top of Page