V2Restrictions Args
data class V2RestrictionsArgs(val androidKeyRestrictions: Output<V2AndroidKeyRestrictionsArgs>? = null, val apiTargets: Output<List<V2ApiTargetArgs>>? = null, val browserKeyRestrictions: Output<V2BrowserKeyRestrictionsArgs>? = null, val iosKeyRestrictions: Output<V2IosKeyRestrictionsArgs>? = null, val serverKeyRestrictions: Output<V2ServerKeyRestrictionsArgs>? = null) : ConvertibleToJava<V2RestrictionsArgs>
Describes the restrictions on the key.
Constructors
Link copied to clipboard
fun V2RestrictionsArgs(androidKeyRestrictions: Output<V2AndroidKeyRestrictionsArgs>? = null, apiTargets: Output<List<V2ApiTargetArgs>>? = null, browserKeyRestrictions: Output<V2BrowserKeyRestrictionsArgs>? = null, iosKeyRestrictions: Output<V2IosKeyRestrictionsArgs>? = null, serverKeyRestrictions: Output<V2ServerKeyRestrictionsArgs>? = null)