GitLabSubgroupsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

SecurityCenter's

<xref:git_lab_subgroups> attribute.

Constructor

Python
GitLabSubgroupsOperations(*args, **kwargs)

Methods

list

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

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

list

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

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

Python
list(resource_group_name: str, security_connector_name: str, group_fq_name: str, **kwargs: Any) -> GitLabGroupListResponse

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

security_connector_name
Required
str

The security connector name. Required.

group_fq_name
Required
str

The GitLab group fully-qualified name. Required.

Returns

Type Description

GitLabGroupListResponse or the result of cls(response)

Exceptions

Type Description

Attributes

models

Python
models = <module 'azure.mgmt.security.v2024_04_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv200\\Lib\\site-packages\\azure\\mgmt\\security\\v2024_04_01\\models\\__init__.py'>