GoogleCloudAPIKeyRestriction
No description
type GoogleCloudAPIKeyRestriction {
androidKeyRestriction: GoogleCloudAPIKeyAndroidRestriction!
apiTargetRestrictions: [GoogleCloudAPIKeyAPITargetRestriction]!
browserKeyRestriction: GoogleCloudAPIKeyBrowserRestriction!
iosKeyRestriction: GoogleCloudAPIKeyIosRestriction!
serverKeyRestriction: GoogleCloudAPIKeyServerRestriction!
}
Fields
GoogleCloudAPIKeyRestriction.androidKeyRestriction
● GoogleCloudAPIKeyAndroidRestriction!
non-null object
The Android apps that are allowed to use the key
GoogleCloudAPIKeyRestriction.apiTargetRestrictions
● [GoogleCloudAPIKeyAPITargetRestriction]!
non-null object
A restriction for a specific service and specific methods
GoogleCloudAPIKeyRestriction.browserKeyRestriction
● GoogleCloudAPIKeyBrowserRestriction!
non-null object
The allowed HTTP referrers (websites)
GoogleCloudAPIKeyRestriction.iosKeyRestriction
● GoogleCloudAPIKeyIosRestriction!
non-null object
The allowed iOS apps
GoogleCloudAPIKeyRestriction.serverKeyRestriction
● GoogleCloudAPIKeyServerRestriction!
non-null object
The allowed IP addresses
Member of
GoogleCloudAPIKey
object