security

security admin-user-disable

Usage

usage: -c security admin-user-disable [-h]
                                   [-f {adaptive_table,json,shell,table,value,yaml}]
                                   [-c COLUMN]
                                   [-m [NAME=VALUE [NAME=VALUE ...]]]
                                   [--max-width <integer>] [--noindent]
                                   [--prefix PREFIX]

Description

Disable the admin user

Return

Returns dict: State of the admin user

Optional

 optional arguments:
-h, --help            show this help message and exit

security admin-user-enable

Usage

usage: -c security admin-user-enable [-h]
                                  [-f {adaptive_table,json,shell,table,value,yaml}]
                                  [-c COLUMN]
                                  [-m [NAME=VALUE [NAME=VALUE ...]]]
                                  [--max-width <integer>] [--noindent]
                                  [--prefix PREFIX] [--password PASSWORD]
                                  [--generate-ssh-keypair]
                                  [--expires-at EXPIRES_AT]

Description

Enable the admin user

Return

Returns dict: State of the admin user

Optional

 optional arguments:
-h, --help            show this help message and exit
--password PASSWORD   Set the password for the admin user
--generate-ssh-keypair
                      Generate ssh keypair for admin user (instead of password)
--expires-at EXPIRES_AT
                      Set when the admin user expires - human readable ('in 4 hours', '21 July 2013 10:15')

security admin-user-get

Usage

usage: -c security admin-user-get [-h]
                               [-f {adaptive_table,json,shell,table,value,yaml}]
                               [-c COLUMN]
                               [-m [NAME=VALUE [NAME=VALUE ...]]]
                               [--max-width <integer>] [--noindent]
                               [--prefix PREFIX]

Description

Get the admin user state

Return

Returns dict: state of the admin user

Optional

 optional arguments:
-h, --help            show this help message and exit

security lockdown-disable

Usage

usage: -c security lockdown-disable [-h]
                                 [-f {adaptive_table,json,shell,table,value,yaml}]
                                 [-c COLUMN]
                                 [-m [NAME=VALUE [NAME=VALUE ...]]]
                                 [--max-width <integer>] [--noindent]
                                 [--prefix PREFIX]

Description

Disable cluster lockdown

Return

Returns dict: state of cluster lockdown

Optional

 optional arguments:
-h, --help            show this help message and exit

security lockdown-enable

Usage

usage: -c security lockdown-enable [-h]
                                [-f {adaptive_table,json,shell,table,value,yaml}]
                                [-c COLUMN]
                                [-m [NAME=VALUE [NAME=VALUE ...]]]
                                [--max-width <integer>] [--noindent]
                                [--prefix PREFIX]

Description

Enable cluster lockdown

Return

Returns dict: state of cluster lockdown

Optional

 optional arguments:
-h, --help            show this help message and exit

security lockdown-get

Usage

usage: -c security lockdown-get [-h]
                             [-f {adaptive_table,json,shell,table,value,yaml}]
                             [-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
                             [--max-width <integer>] [--noindent]
                             [--prefix PREFIX]

Description

Get the cluster lockdown state

Return

Returns dict: state of cluster lockdown

Optional

 optional arguments:
-h, --help            show this help message and exit