acs::db::nsdb-postgresql method call acs_group new (public)
<instance of acs::db::nsdb-postgresql> call acs_group new \ [ -dbn dbn ] [ -group_id group_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -email email ] [ -url url ] \ -group_name group_name [ -join_policy join_policy ] \ [ -context_id context_id ]
Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} {character varying} {character varying} {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -group_id (optional, accept empty)
- -object_type (optional, defaults to
"group"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -email (optional, accept empty)
- -url (optional, accept empty)
- -group_name (required)
- -join_policy (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.