GitLabGroups interface
Interface representing a GitLabGroups.
Methods
get(string, string, string, Git |
Returns a monitored GitLab Group resource for a given fully-qualified name. |
list(string, string, Git |
Returns a list of GitLab groups onboarded to the connector. |
list |
Returns a list of all GitLab groups accessible by the user token consumed by the connector. |
Method Details
get(string, string, string, GitLabGroupsGetOptionalParams)
Returns a monitored GitLab Group resource for a given fully-qualified name.
function get(resourceGroupName: string, securityConnectorName: string, groupFQName: string, options?: GitLabGroupsGetOptionalParams): Promise<GitLabGroup>
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.
- options
- GitLabGroupsGetOptionalParams
The options parameters.
Returns
Promise<GitLabGroup>
list(string, string, GitLabGroupsListOptionalParams)
Returns a list of GitLab groups onboarded to the connector.
function list(resourceGroupName: string, securityConnectorName: string, options?: GitLabGroupsListOptionalParams): PagedAsyncIterableIterator<GitLabGroup, GitLabGroup[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- securityConnectorName
-
string
The security connector name.
- options
- GitLabGroupsListOptionalParams
The options parameters.
Returns
listAvailable(string, string, GitLabGroupsListAvailableOptionalParams)
Returns a list of all GitLab groups accessible by the user token consumed by the connector.
function listAvailable(resourceGroupName: string, securityConnectorName: string, options?: GitLabGroupsListAvailableOptionalParams): Promise<GitLabGroupListResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- securityConnectorName
-
string
The security connector name.
The options parameters.
Returns
Promise<GitLabGroupListResponse>
Azure SDK for JavaScript