Package-level declarations
Types
Link copied to clipboard
                object Apikeys_v2Functions
Link copied to clipboard
                data class KeyArgs(val annotations: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val keyId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val restrictions: Output<V2RestrictionsArgs>? = null) : ConvertibleToJava<KeyArgs> 
Creates a new API key. NOTE: Key is a global resource; hence the only supported value for location is global. Auto-naming is currently not supported for this resource.
Link copied to clipboard
                class KeyArgsBuilder
Builder for KeyArgs.
Link copied to clipboard
                class KeyResourceBuilder
Builder for Key.