1 <cd-rgw-user-tabs></cd-rgw-user-tabs>
5 This feature allows administrators to assign unique credentials to individual users or applications,
6 ensuring granular access control and improved security across the cluster.
13 selectionType="single"
16 (setExpandedRow)="setExpandedRow($event)"
17 (updateSelection)="updateSelection($event)"
19 (fetchData)="getAccountsList($event)">
20 <cd-table-actions class="table-actions"
21 [permission]="permission"
22 [selection]="selection"
23 [tableActions]="tableActions">
25 <cd-rgw-user-accounts-details *cdTableDetail
26 [selection]="expandedRow">
27 </cd-rgw-user-accounts-details>