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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript