interface ListSecurityGroupRulesResponse {
    rules: SecurityGroupRule[];
    totalCount: number;
}

Properties

Properties

List of security rules.

totalCount: number

Total number of security groups.