NSX-T Data Center REST API
AzureSecurityGroupRule (schema)
Azure Security Group Rule
Stores information about an Azure security group rule.
Name | Description | Type | Notes |
---|---|---|---|
_last_sync_time | Timestamp of last modification | EpochMsTimestamp | Readonly Sortable |
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Schema for this resource | string | Readonly |
_self | Link to this resource | SelfResourceLink | Readonly |
action | Action Action configured for the Azure security group rule. |
string | Readonly Enum: ALLOW, DENY |
description | Description of this resource | string | Maximum length: 1024 Sortable |
destination | Destination Destination corresponding to the cloud security group rule. |
string | Readonly |
display_name | Identifier to use when displaying entity in logs or GUI Defaults to ID if not set |
string | Maximum length: 255 Sortable |
port_range | Port Range Port range corresponding to the cloud security group rule. |
string | Readonly |
priority | Priority Priority of the Azure security group rule. |
integer | Readonly |
protocol | Protocol Protocol corresponding to the cloud security group rule. |
string | Readonly |
resource_type | Must be set to the value AzureSecurityGroupRule | string | Required |
scope | List of scopes for discovered resource Specifies list of scope of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path and scope type will be VHC. |
array of DiscoveredResourceScope | |
source | Source Source corresponding to the cloud security group rule. |
string | Readonly |
tags | Opaque identifiers meaningful to the API user | array of Tag | Maximum items: 30 |