gdcloud iam service-accounts list

NAME

gdcloud iam service-accounts list - List all the service accounts from a project

SYNOPSIS

gdcloud iam service-accounts list [flags]

DESCRIPTION

List the name and creation time of all the service accounts from a project.

EXAMPLES


  To list all the service accounts from project "iam-test", run:

    gdcloud iam service-accounts list --project=iam-test

OPTIONAL FLAGS

      --filter string     Select the resources if it matches the filter expression.
      --flatten string    Flatten the resources if it matches the flatten expression.
      --limit int         Maximum number of resources to list. The default is unlimited.
      --page-size int     Some services group resource list output into pages. This flag specifies the maximum number of resources per page. The default is determined by the service if it supports paging, otherwise it is unlimited (no paging).
      --sort-by strings   Comma-separated list of resource field key names to sort by. The default order is ascending.

GDCLOUD WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.