GitHubOwners Interface
public interface GitHubOwners
Resource collection API of GitHubOwners.
Method Summary
Method Details
get
public abstract GitHubOwner get(String resourceGroupName, String securityConnectorName, String ownerName)
Returns a monitored GitHub owner.
Parameters:
Returns:
getWithResponse
public abstract Response<GitHubOwner> getWithResponse(String resourceGroupName, String securityConnectorName, String ownerName, Context context)
Returns a monitored GitHub owner.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubOwner> list(String resourceGroupName, String securityConnectorName)
Returns a list of GitHub owners onboarded to the connector.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubOwner> list(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of GitHub owners onboarded to the connector.
Parameters:
Returns:
listAvailable
public abstract GitHubOwnerListResponse listAvailable(String resourceGroupName, String securityConnectorName)
Returns a list of all GitHub owners accessible by the user token consumed by the connector.
Parameters:
Returns:
listAvailableWithResponse
public abstract Response<GitHubOwnerListResponse> listAvailableWithResponse(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of all GitHub owners accessible by the user token consumed by the connector.
Parameters:
Returns: