GitLabSubgroups interface
Interface representing a GitLabSubgroups.
Methods
list(string, string, string, Git |
Gets nested subgroups of given GitLab Group which are onboarded to the connector. |
Method Details
list(string, string, string, GitLabSubgroupsListOptionalParams)
Gets nested subgroups of given GitLab Group which are onboarded to the connector.
function list(resourceGroupName: string, securityConnectorName: string, groupFQName: string, options?: GitLabSubgroupsListOptionalParams): Promise<GitLabGroupListResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- securityConnectorName
-
string
The security connector name.
- groupFQName
-
string
The GitLab group fully-qualified name.
The options parameters.
Returns
Promise<GitLabGroupListResponse>