GitLabSubgroups Interface
public interface GitLabSubgroups
Resource collection API of GitLabSubgroups.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Git |
list(String resourceGroupName, String securityConnectorName, String groupFQName)
Gets nested subgroups of given Git |
|
abstract
Response<Git |
listWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)
Gets nested subgroups of given Git |
Method Details
list
public abstract GitLabGroupListResponse list(String resourceGroupName, String securityConnectorName, String groupFQName)
Gets nested subgroups of given GitLab Group which are onboarded to the connector.
Parameters:
Returns:
listWithResponse
public abstract Response<GitLabGroupListResponse> listWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)
Gets nested subgroups of given GitLab Group which are onboarded to the connector.
Parameters:
Returns: