CatalogOrganizationService.
get_ip_allowlist_policy
get_ip_allowlist_policy(policy_id: str) -> CatalogIpAllowlistPolicy
Get an IP allowlist policy by ID.
Parameters
| name | type | description |
|---|---|---|
| policy_id | str | IP allowlist policy identifier. |
Returns
| type | description |
|---|---|
| CatalogIpAllowlistPolicy | Retrieved policy. |