Skip to main content

GoogleCloudAPIKeyServerRestriction

No description

type GoogleCloudAPIKeyServerRestriction {
apiTargets: [GoogleCloudAPIKeyRestrictionAPITarget]!
allowedIpAddresses: [String!]!
}

Fields

GoogleCloudAPIKeyServerRestriction.apiTargets ● [GoogleCloudAPIKeyRestrictionAPITarget]! non-null object

A restriction for a specific service and specific methods

GoogleCloudAPIKeyServerRestriction.allowedIpAddresses ● [String!]! non-null scalar

The allowed list of the caller IP addresses

Implemented by

GoogleCloudAPIKeyRestriction union