GitLabSubgroups Interface

public interface GitLabSubgroups

Resource collection API of GitLabSubgroups.

Method Summary

Modifier and Type Method and Description
abstract GitLabGroupListResponse list(String resourceGroupName, String securityConnectorName, String groupFQName)

Gets nested subgroups of given GitLab Group which are onboarded to the connector.

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.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
groupFQName - The GitLab group fully-qualified name.

Returns:

nested subgroups of given GitLab Group which are onboarded to the connector.

listWithResponse

public abstract Response listWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)

Gets nested subgroups of given GitLab Group which are onboarded to the connector.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
groupFQName - The GitLab group fully-qualified name.
context - The context to associate with this operation.

Returns:

nested subgroups of given GitLab Group which are onboarded to the connector along with Response<T>.

Applies to