scmIpRestrictions

@JvmName(name = "hmqwqdmgjffoimry")
suspend fun scmIpRestrictions(value: Output<List<StandardSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "fyixwdfsgywvtcrh")
suspend fun scmIpRestrictions(value: List<StandardSiteConfigScmIpRestrictionArgs>?)

Parameters

value

A List of objects representing SCM IP restrictions as defined below.

NOTE User has to explicitly set scm_ip_restriction to empty slice ([]) to remove it.


@JvmName(name = "uavfemfdxgghunll")
suspend fun scmIpRestrictions(vararg values: Output<StandardSiteConfigScmIpRestrictionArgs>)


@JvmName(name = "gvdudodtvcroaynj")
suspend fun scmIpRestrictions(values: List<Output<StandardSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "mhoijepuitinyvxo")
suspend fun scmIpRestrictions(vararg values: StandardSiteConfigScmIpRestrictionArgs)

Parameters

values

A List of objects representing SCM IP restrictions as defined below.

NOTE User has to explicitly set scm_ip_restriction to empty slice ([]) to remove it.


@JvmName(name = "dstybwbwshtthvwp")
suspend fun scmIpRestrictions(argument: List<suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "iqvpdnrrniaehyfs")
suspend fun scmIpRestrictions(vararg argument: suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "vbgbfukfdaeowuer")
suspend fun scmIpRestrictions(argument: suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)

Parameters

argument

A List of objects representing SCM IP restrictions as defined below.

NOTE User has to explicitly set scm_ip_restriction to empty slice ([]) to remove it.