src/app/ceph/rgw/models/rgw-user-subuser.ts
Properties |
|
Optional generate_secret |
Type : boolean
|
id |
Type : string
|
permissions |
Type : string
|
Optional secret_key |
Type : string
|
export class RgwUserSubuser {
id: string;
permissions: string;
generate_secret?: boolean;
secret_key?: string;
}