ChildDeleteMode
The method to use to deal with any child roles of the RoleName that you are deleting. Use one of the following options:
-
Orphan
. Delete the name of the parent role from theRoleParent
list of each of the child roles. -
CascadeDelete
. Delete all child roles that do not have other parent roles. This option also deletes child roles of these deleted child roles, and so on. -
UpdateParent
. Add the parents of the deleted role as the new parents of the child roles.
Actions: | RoleDelete |
Type: | String |
Default: | |
Example: | ChildDeleteMode=Orphan
|
See Also: |