Boundary
managed-groups create
Command: managed-groups create
The managed-groups create
command lets you create a new managed group.
Example
This example creates a managed group with the name prodops
and the description For ProdOps usage
:
$ boundary managed-groups create -name prodops -description "For ProdOps usage"
Usage
$ boundary managed-groups create [options] [args]
Please see the typed subcommand help for detailed usage information.
Subcommands:
ldap Create an ldap managed group
oidc Create an oidc managed group
Usages by type
You can create LDAP or OIDC managed groups.
The boundary managed-groups create ldap
command lets you create LDAP managed groups.
Example
This example creates a LDAP managed group using the LDAP group name admin
and the description Ldap managed group for ProdOps
:
$ boundary managed-groups create ldap -group-names admin -description "Ldap managed group for ProdOps"
Usage
$ boundary managed-groups create ldap [options] [args]
Command options
-auth-method-id=<string>
- The auth-method resource to use for creating the managed group. You can also specify the auth-method resource using the BOUNDARY_AUTH_METHOD_ID environment variable.-description=<string>
- The description to set for the LDAP managed group.-group-names=<string>
- The LDAP group names against which an LDAP account's associated groups are evaluated to determine membership. Boundary evaluates managed group membership when you log in. You can specify multiple group names.-name=<string>
- The name for the LDAP managed group.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: