UserAccessInfo

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  UserAccessInfo
Groups fields reflecting access information for a user
ipAddressList
References: User.IP Address Access List
XML Representation: attribute
Attributes:
Default Value
The list of IP addresses from which access to the system is either allowed or denied according to the appropriate value in the IP address access policy classifier.
countryCodeList
References: User.Country Code Access List
XML Representation: attribute
Attributes:
Default Value
The list of country codes from which the access to the system is either allowed or denied according to the appropriate value in the country code access policy classifier.
ipAddressAccessPolicy
References: User.IP Address Access Policy CL
XML Representation: attribute
Attributes:
Default Value
Enumeration of possible allowances of access to the IP address list.
countryCodeAccessPolicy
XML Representation: attribute
Attributes:
Default Value
Enumeration of possible access allowances to the country codes list.

XML Sample:

<accessInfo ipAddressList="192.168.1.1, 192.168.1.2"  countryCodeList="US, CA, AU"  ipAddressAccessPolicy="A"  countryCodeAccessPolicy="A" />

"<accessInfo ipAddressList=\"192.168.1.1, 192.168.1.2\" countryCodeList=\"US, CA, AU\" ipAddressAccessPolicy=\"A\" countryCodeAccessPolicy=\"A\" />"

JSON Sample:

{
  "ipAddressList": "192.168.1.1, 192.168.1.2",
  "countryCodeList": "US, CA, AU",
  "ipAddressAccessPolicy": "A",
  "countryCodeAccessPolicy": "A"
}

XURL Sample:

?ipAddressList=192.168.1.1%2C+192.168.1.2&countryCodeList=US%2C+CA%2C+AU&ipAddressAccessPolicy=A&countryCodeAccessPolicy=A&
ipAddressList=192.168.1.1, 192.168.1.2
countryCodeList=US, CA, AU
ipAddressAccessPolicy=A
countryCodeAccessPolicy=A