SasIPRange interface
Allowed IP range for a SAS.
Properties
end | Optional. IP address that ends the IP range. If not provided, start IP will the only IP allowed. |
start | Starting IP address in the IP range. If end IP doesn't provide, start IP will the only IP allowed. |
Property Details
end
Optional. IP address that ends the IP range. If not provided, start IP will the only IP allowed.
end?: string
Property Value
string
start
Starting IP address in the IP range. If end IP doesn't provide, start IP will the only IP allowed.
start: string
Property Value
string