WorkspaceNetworkCommunicationPolicy
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
workspaceId | string | Required, Identifier | The containing Fabric workspace ID |
inbound | WorkspaceInboundRules | The policy for all inbound communication to the workspace | |
outbound | WorkspaceOutboundRules | The policy for all outbound communication from the workspace |
WorkspaceInboundRules
| Property | Type | Attributes | Description |
|---|---|---|---|
publicAccessRules | WorkspacePublicAccessRules | The policy for inbound communication to the workspace from public networks |
WorkspaceOutboundRules
| Property | Type | Attributes | Description |
|---|---|---|---|
publicAccessRules | WorkspacePublicAccessRules | The policy for outbound communication from the workspace to public networks |
WorkspacePublicAccessRules
| Property | Type | Attributes | Description |
|---|---|---|---|
defaultAction | 'Allow' | 'Deny' | The default policy for workspace access from public networks |