[{"label":"Latest (v1.0)","version":"latest"}]
csp
OrgIpPolicyRecordDto
Policy record that contains IP v4 or v6 address.
Properties
string
comment
Optional
Optional comment.
integer as int64
createdAt
Optional
The timestamp the record was created at (measured in number of seconds since 1/1/1970 UTC).
string
createdBy
Optional
The username (email) of the user who created the record.
string
value
Optional
Valid IPv4 or IPv6 address.
JSON Example
{
"comment": "string",
"createdAt": 0,
"createdBy": "string",
"value": "string"
}