gogol-vault-1.0.0: Google Vault SDK.
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.Vault.Operations.List

Description

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

See: Google Vault API Reference for vault.operations.list.

Synopsis

Resource

type VaultOperationsListResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "filter" Text :> (QueryParam "pageSize" Int32 :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse)))))))))) Source #

A resource alias for vault.operations.list method which the VaultOperationsList request conforms to.

Constructing a Request

data VaultOperationsList Source #

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

See: newVaultOperationsList smart constructor.

Constructors

VaultOperationsList 

Fields

Instances

Instances details
Generic VaultOperationsList Source # 
Instance details

Defined in Gogol.Vault.Operations.List

Show VaultOperationsList Source # 
Instance details

Defined in Gogol.Vault.Operations.List

Eq VaultOperationsList Source # 
Instance details

Defined in Gogol.Vault.Operations.List

GoogleRequest VaultOperationsList Source # 
Instance details

Defined in Gogol.Vault.Operations.List

type Rep VaultOperationsList Source # 
Instance details

Defined in Gogol.Vault.Operations.List

type Rs VaultOperationsList Source # 
Instance details

Defined in Gogol.Vault.Operations.List

type Scopes VaultOperationsList Source # 
Instance details

Defined in Gogol.Vault.Operations.List

newVaultOperationsList Source #

Arguments

:: Text

The name of the operation's parent resource. See name.

-> VaultOperationsList 

Creates a value of VaultOperationsList with the minimum fields required to make a request.