scm Ip Restrictions
Parameters
value
A list of scm_ip_restriction
objects representing SCM IP restrictions as defined below.
Note: User has to explicitly set
scm_ip_restriction
to empty slice ([]
) to remove it.
Parameters
values
A list of scm_ip_restriction
objects representing SCM IP restrictions as defined below.
Note: User has to explicitly set
scm_ip_restriction
to empty slice ([]
) to remove it.
suspend fun scmIpRestrictions(argument: List<suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
suspend fun scmIpRestrictions(vararg argument: suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
suspend fun scmIpRestrictions(argument: suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
Parameters
argument
A list of scm_ip_restriction
objects representing SCM IP restrictions as defined below.
Note: User has to explicitly set
scm_ip_restriction
to empty slice ([]
) to remove it.