GitLabSubgroupsOperations interface
Interface representing a GitLabSubgroups operations.
Properties
| list | Gets nested subgroups of given GitLab Group which are onboarded to the connector. |
Property Details
list
Gets nested subgroups of given GitLab Group which are onboarded to the connector.
list: (resourceGroupName: string, securityConnectorName: string, groupFQName: string, options?: GitLabSubgroupsListOptionalParams) => Promise<GitLabGroupListResponse>
Property Value
(resourceGroupName: string, securityConnectorName: string, groupFQName: string, options?: GitLabSubgroupsListOptionalParams) => Promise<GitLabGroupListResponse>