Boundary controller HTTP API
Managed Group Service
Lists all ManagedGroups in a specific Auth Method.
Query Parameters
auth_method_id
string
filter
string
You can specify that the filter should only return items that match. Refer to filter expressions for more information.
list_token
string
An opaque token that Boundary uses to continue an existing iteration or request updated items. If you do not specify a token, pagination starts from the beginning. To learn more about list pagination in Boundary, refer to list pagination.
page_size
integer
The maximum size of a page in this iteration. If unset, the default page size configured will be used. If the page_size is greater than the default page configured, the page size will be truncated to this number..
Creates a single ManagedGroup in the provided Auth Method.
Body Parameters
name
string
Optional name for identification purposes.
description
string
Optional user-set description for identification purposes.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
type
string
The type of this ManagedGroup.
auth_method_id
string
The ID of the Auth Method that is associated with this ManagedGroup.
attributes
object
The attributes that are applicable for the specific ManagedGroup type.
Gets a single ManagedGroup.
Path Parameters
id
string
RequiredDeletes a ManagedGroup.
Path Parameters
id
string
RequiredUpdates a ManagedGroup.
Path Parameters
id
string
RequiredBody Parameters
name
string
Optional name for identification purposes.
description
string
Optional user-set description for identification purposes.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
type
string
The type of this ManagedGroup.
auth_method_id
string
The ID of the Auth Method that is associated with this ManagedGroup.
attributes
object
The attributes that are applicable for the specific ManagedGroup type.