Gets information about the current ApiKey resource
Gets information about the current ApiKey resource.
apigateway_get_api_key(apiKey, includeValue)
apiKey |
[required] [Required] The identifier of the ApiKey resource. |
includeValue |
A boolean flag to specify whether ( |
A list with the following syntax:
list( id = "string", value = "string", name = "string", customerId = "string", description = "string", enabled = TRUE|FALSE, createdDate = as.POSIXct( "2015-01-01" ), lastUpdatedDate = as.POSIXct( "2015-01-01" ), stageKeys = list( "string" ), tags = list( "string" ) )
svc$get_api_key( apiKey = "string", includeValue = TRUE|FALSE )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.