GitHubOwners interface

Interface representing a GitHubOwners.

Methods

get(string, string, string, GitHubOwnersGetOptionalParams)

Returns a monitored GitHub owner.

list(string, string, GitHubOwnersListOptionalParams)

Returns a list of GitHub owners onboarded to the connector.

listAvailable(string, string, GitHubOwnersListAvailableOptionalParams)

Returns a list of all GitHub owners accessible by the user token consumed by the connector.

Method Details

get(string, string, string, GitHubOwnersGetOptionalParams)

Returns a monitored GitHub owner.

function get(resourceGroupName: string, securityConnectorName: string, ownerName: string, options?: GitHubOwnersGetOptionalParams): Promise<GitHubOwner>

Parameters

resourceGroupName

string

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

securityConnectorName

string

The security connector name.

ownerName

string

The GitHub owner name.

options
GitHubOwnersGetOptionalParams

The options parameters.

Returns

Promise<GitHubOwner>

list(string, string, GitHubOwnersListOptionalParams)

Returns a list of GitHub owners onboarded to the connector.

function list(resourceGroupName: string, securityConnectorName: string, options?: GitHubOwnersListOptionalParams): PagedAsyncIterableIterator<GitHubOwner, GitHubOwner[], PageSettings>

Parameters

resourceGroupName

string

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

securityConnectorName

string

The security connector name.

options
GitHubOwnersListOptionalParams

The options parameters.

Returns

listAvailable(string, string, GitHubOwnersListAvailableOptionalParams)

Returns a list of all GitHub owners accessible by the user token consumed by the connector.

function listAvailable(resourceGroupName: string, securityConnectorName: string, options?: GitHubOwnersListAvailableOptionalParams): Promise<GitHubOwnerListResponse>

Parameters

resourceGroupName

string

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

securityConnectorName

string

The security connector name.

options
GitHubOwnersListAvailableOptionalParams

The options parameters.

Returns