GitLabGroupsOperations interface
Interface representing a GitLabGroups operations.
Properties
| get | Returns a monitored GitLab Group resource for a given fully-qualified name. |
| list | 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. |
Property Details
get
Returns a monitored GitLab Group resource for a given fully-qualified name.
get: (resourceGroupName: string, securityConnectorName: string, groupFQName: string, options?: GitLabGroupsGetOptionalParams) => Promise<GitLabGroup>
Property Value
(resourceGroupName: string, securityConnectorName: string, groupFQName: string, options?: GitLabGroupsGetOptionalParams) => Promise<GitLabGroup>
list
Returns a list of GitLab groups onboarded to the connector.
list: (resourceGroupName: string, securityConnectorName: string, options?: GitLabGroupsListOptionalParams) => PagedAsyncIterableIterator<GitLabGroup, GitLabGroup[], PageSettings>
Property Value
(resourceGroupName: string, securityConnectorName: string, options?: GitLabGroupsListOptionalParams) => PagedAsyncIterableIterator<GitLabGroup, GitLabGroup[], PageSettings>
listAvailable
Returns a list of all GitLab groups accessible by the user token consumed by the connector.
listAvailable: (resourceGroupName: string, securityConnectorName: string, options?: GitLabGroupsListAvailableOptionalParams) => Promise<GitLabGroupListResponse>
Property Value
(resourceGroupName: string, securityConnectorName: string, options?: GitLabGroupsListAvailableOptionalParams) => Promise<GitLabGroupListResponse>