GitLabProjectsOperations interface

Interface representing a GitLabProjects operations.

Properties

get

Returns a monitored GitLab Project resource for a given fully-qualified group name and project name.

list

Gets a list of GitLab projects that are directly owned by given group and onboarded to the connector.

Property Details

get

Returns a monitored GitLab Project resource for a given fully-qualified group name and project name.

get: (resourceGroupName: string, securityConnectorName: string, groupFQName: string, projectName: string, options?: GitLabProjectsGetOptionalParams) => Promise<GitLabProject>

Property Value

(resourceGroupName: string, securityConnectorName: string, groupFQName: string, projectName: string, options?: GitLabProjectsGetOptionalParams) => Promise<GitLabProject>

list

Gets a list of GitLab projects that are directly owned by given group and onboarded to the connector.

list: (resourceGroupName: string, securityConnectorName: string, groupFQName: string, options?: GitLabProjectsListOptionalParams) => PagedAsyncIterableIterator<GitLabProject, GitLabProject[], PageSettings>

Property Value

(resourceGroupName: string, securityConnectorName: string, groupFQName: string, options?: GitLabProjectsListOptionalParams) => PagedAsyncIterableIterator<GitLabProject, GitLabProject[], PageSettings>