Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SasIPRange

Package version

Allowed IP range for a SAS.

export
interface

SasIPRange

Hierarchy

  • SasIPRange

Index

Properties

Properties

Optional end

end: undefined | string

Optional. IP address that ends the IP range. If not provided, start IP will the only IP allowed.

type

{string}

memberof

SasIPRange

start

start: string

Starting IP address in the IP range. If end IP doesn't provide, start IP will the only IP allowed.

type

{string}

memberof

SasIPRange

Generated using TypeDoc