GitHubOwnersOperations interface

Interface representing a GitHubOwners operations.

Properties

get

Returns a monitored GitHub owner.

list

Returns a list of GitHub owners onboarded to the connector.

listAvailable

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

Property Details

get

Returns a monitored GitHub owner.

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

Property Value

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

list

Returns a list of GitHub owners onboarded to the connector.

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

Property Value

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

listAvailable

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

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

Property Value

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