Skip to main content

GoogleCloudAPIKeyBrowserRestriction

No description

type GoogleCloudAPIKeyBrowserRestriction {
apiTargets: [GoogleCloudAPIKeyRestrictionAPITarget]!
allowedReferrers: [String!]!
}

Fields

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

A restriction for a specific service and specific methods

GoogleCloudAPIKeyBrowserRestriction.allowedReferrers ● [String!]! non-null scalar

The allowed list of regular expressions for the referrer URLs

Implemented by

GoogleCloudAPIKeyRestriction union