allowed Applications
suspend fun allowedApplications(value: Output<List<ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs>>)
suspend fun allowedApplications(value: List<ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs>)
Parameters
value
A list of Android applications that are allowed to make API calls with this key.
suspend fun allowedApplications(vararg values: Output<ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs>)
suspend fun allowedApplications(values: List<Output<ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs>>)
suspend fun allowedApplications(vararg values: ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs)
Parameters
values
A list of Android applications that are allowed to make API calls with this key.
suspend fun allowedApplications(argument: List<suspend ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgsBuilder.() -> Unit>)
suspend fun allowedApplications(vararg argument: suspend ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgsBuilder.() -> Unit)
suspend fun allowedApplications(argument: suspend ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgsBuilder.() -> Unit)
Parameters
argument
A list of Android applications that are allowed to make API calls with this key.