gogol-websecurityscanner-0.4.0: Google Web Security Scanner SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

Contents

Description

List CrawledUrls under a given ScanRun.

See: Web Security Scanner API Reference for websecurityscanner.projects.scanConfigs.scanRuns.crawledUrls.list.

Synopsis

REST Resource

type ProjectsScanConfigsScanRunsCrawledURLsListResource = "v1alpha" :> (Capture "parent" Text :> ("crawledUrls" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListCrawledURLsResponse)))))))))) Source #

A resource alias for websecurityscanner.projects.scanConfigs.scanRuns.crawledUrls.list method which the ProjectsScanConfigsScanRunsCrawledURLsList request conforms to.

Creating a Request

data ProjectsScanConfigsScanRunsCrawledURLsList Source #

List CrawledUrls under a given ScanRun.

See: projectsScanConfigsScanRunsCrawledURLsList smart constructor.

Instances
Eq ProjectsScanConfigsScanRunsCrawledURLsList Source # 
Instance details

Defined in Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

Data ProjectsScanConfigsScanRunsCrawledURLsList Source # 
Instance details

Defined in Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsScanConfigsScanRunsCrawledURLsList -> c ProjectsScanConfigsScanRunsCrawledURLsList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsScanConfigsScanRunsCrawledURLsList #

toConstr :: ProjectsScanConfigsScanRunsCrawledURLsList -> Constr #

dataTypeOf :: ProjectsScanConfigsScanRunsCrawledURLsList -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsScanConfigsScanRunsCrawledURLsList) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsScanConfigsScanRunsCrawledURLsList) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsScanConfigsScanRunsCrawledURLsList -> ProjectsScanConfigsScanRunsCrawledURLsList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsScanConfigsScanRunsCrawledURLsList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsScanConfigsScanRunsCrawledURLsList -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsScanConfigsScanRunsCrawledURLsList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsScanConfigsScanRunsCrawledURLsList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsScanConfigsScanRunsCrawledURLsList -> m ProjectsScanConfigsScanRunsCrawledURLsList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsScanConfigsScanRunsCrawledURLsList -> m ProjectsScanConfigsScanRunsCrawledURLsList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsScanConfigsScanRunsCrawledURLsList -> m ProjectsScanConfigsScanRunsCrawledURLsList #

Show ProjectsScanConfigsScanRunsCrawledURLsList Source # 
Instance details

Defined in Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

Generic ProjectsScanConfigsScanRunsCrawledURLsList Source # 
Instance details

Defined in Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

GoogleRequest ProjectsScanConfigsScanRunsCrawledURLsList Source # 
Instance details

Defined in Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

type Rep ProjectsScanConfigsScanRunsCrawledURLsList Source # 
Instance details

Defined in Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

type Rep ProjectsScanConfigsScanRunsCrawledURLsList = D1 (MetaData "ProjectsScanConfigsScanRunsCrawledURLsList" "Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List" "gogol-websecurityscanner-0.4.0-JQyQ1sCwOLo6vYn7QejFAT" False) (C1 (MetaCons "ProjectsScanConfigsScanRunsCrawledURLsList'" PrefixI True) (((S1 (MetaSel (Just "_pscsrculParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pscsrculXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_pscsrculUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pscsrculAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pscsrculUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pscsrculPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pscsrculPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pscsrculCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsScanConfigsScanRunsCrawledURLsList Source # 
Instance details

Defined in Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

type Scopes ProjectsScanConfigsScanRunsCrawledURLsList = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsScanConfigsScanRunsCrawledURLsList Source # 
Instance details

Defined in Network.Google.Resource.WebSecurityScanner.Projects.ScanConfigs.ScanRuns.CrawledURLs.List

Request Lenses

pscsrculParent :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList Text Source #

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

pscsrculUploadProtocol :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pscsrculUploadType :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

pscsrculPageToken :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text) Source #

A token identifying a page of results to be returned. This should be a `next_page_token` value returned from a previous List request. If unspecified, the first page of results is returned.

pscsrculPageSize :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Int32) Source #

The maximum number of CrawledUrls to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.