| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.DNS.DNSKeys.Get
Description
Fetch the representation of an existing DnsKey.
See: Google Cloud DNS API Reference for dns.dnsKeys.get.
- type DNSKeysGetResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("dnsKeys" :> (Capture "dnsKeyId" Text :> (QueryParam "digestType" Text :> (QueryParam "clientOperationId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DNSKey))))))))))
- dnsKeysGet :: Text -> Text -> Text -> DNSKeysGet
- data DNSKeysGet
- dkgProject :: Lens' DNSKeysGet Text
- dkgDigestType :: Lens' DNSKeysGet (Maybe Text)
- dkgDNSKeyId :: Lens' DNSKeysGet Text
- dkgManagedZone :: Lens' DNSKeysGet Text
- dkgClientOperationId :: Lens' DNSKeysGet (Maybe Text)
REST Resource
type DNSKeysGetResource = "dns" :> ("v2beta1" :> ("projects" :> (Capture "project" Text :> ("managedZones" :> (Capture "managedZone" Text :> ("dnsKeys" :> (Capture "dnsKeyId" Text :> (QueryParam "digestType" Text :> (QueryParam "clientOperationId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DNSKey)))))))))) #
A resource alias for dns.dnsKeys.get method which the
DNSKeysGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DNSKeysGet |
Creates a value of DNSKeysGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DNSKeysGet #
Fetch the representation of an existing DnsKey.
See: dnsKeysGet smart constructor.
Instances
| Eq DNSKeysGet # | |
| Data DNSKeysGet # | |
| Show DNSKeysGet # | |
| Generic DNSKeysGet # | |
| GoogleRequest DNSKeysGet # | |
| type Rep DNSKeysGet # | |
| type Scopes DNSKeysGet # | |
| type Rs DNSKeysGet # | |
Request Lenses
dkgProject :: Lens' DNSKeysGet Text #
Identifies the project addressed by this request.
dkgDigestType :: Lens' DNSKeysGet (Maybe Text) #
An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type will be computed and displayed.
dkgDNSKeyId :: Lens' DNSKeysGet Text #
The identifier of the requested DnsKey.
dkgManagedZone :: Lens' DNSKeysGet Text #
Identifies the managed zone addressed by this request. Can be the managed zone name or id.
dkgClientOperationId :: Lens' DNSKeysGet (Maybe Text) #
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.