ip Restrictions
Parameters
value
A list of objects representing ip restrictions as defined below.
NOTE User has to explicitly set
ip_restriction
to empty slice ([]
) to remove it.
Parameters
values
A list of objects representing ip restrictions as defined below.
NOTE User has to explicitly set
ip_restriction
to empty slice ([]
) to remove it.
suspend fun ipRestrictions(argument: List<suspend SlotSiteConfigIpRestrictionArgsBuilder.() -> Unit>)
suspend fun ipRestrictions(vararg argument: suspend SlotSiteConfigIpRestrictionArgsBuilder.() -> Unit)
Parameters
argument
A list of objects representing ip restrictions as defined below.
NOTE User has to explicitly set
ip_restriction
to empty slice ([]
) to remove it.